menu
clue_ui_component package
documentation
components/clue_drop_down_check_button.dart
ClueDropDownCheckButton<T, E>
itemMap property
itemMap property
dark_mode
light_mode
itemMap
property
Map
<
T
,
E
>
itemMap
final
The map of keys and values to be displayed.
Implementation
final Map<T, E> itemMap;
clue_ui_component package
documentation
components/clue_drop_down_check_button
ClueDropDownCheckButton<T, E>
itemMap property
ClueDropDownCheckButton class