buttonValues property

Map<String, String>? buttonValues
final

Map of values to show on the buttons.

  • Key is large value, typically a single digit or special character.
  • Value is the smaller value, typically 3/4 alphabetical characters.

Defaults ot defaultButtonValues.

Implementation

final Map<String, String>? buttonValues;