menu
nice2dev_flutter_ui
editors\nice_tag_box.dart
NiceTagBox
<
T
>
itemLabel property
itemLabel
dark_mode
light_mode
itemLabel
property
String
Function
(
T
item
)
itemLabel
final
Extract display label from item.
Implementation
final String Function(T item) itemLabel;
nice2dev_flutter_ui
nice_tag_box
NiceTagBox
<
T
>
itemLabel property
NiceTagBox class