buttonsStateMap property
buttonsStateMap contains current colors of each button.
Implementation
final Map<int, Color>? buttonsStateMap = HashMap<int, Color>();
buttonsStateMap contains current colors of each button.
final Map<int, Color>? buttonsStateMap = HashMap<int, Color>();