primary property

String primary
final

Primary value displayed on button.

Typically a single-digit number, but can be any string.

You should avoid using more than a single character, as this will not render correctly.

Implementation

final String primary;