menu
nice2dev_flutter_ui
editors\nice_tag_box.dart
NiceTagBox
<
T
>
items property
items
dark_mode
light_mode
items
property
List
<
T
>
items
final
All available items to choose from.
Implementation
final List<T> items;
nice2dev_flutter_ui
nice_tag_box
NiceTagBox
<
T
>
items property
NiceTagBox class