selecteds property

List<bool> selecteds
final

List of booleans representing the state of each button Example: [false, true, false] The number of elements must be the same as the number of either labels elements or icons elements

Implementation

final List<bool> selecteds;