buttonsStateMap property

Map<int, Color>? buttonsStateMap
final

buttonsStateMap contains current colors of each button.

Implementation

final Map<int, Color>? buttonsStateMap = HashMap<int, Color>();