menu
te_widgets package
documentation
widgets/select/select_configs.dart
TSelectItem<V>
hasChildren property
hasChildren property
dark_mode
light_mode
hasChildren
property
bool
get
hasChildren
Implementation
bool get hasChildren => children != null && children!.isNotEmpty;
te_widgets package
documentation
widgets/select/select_configs
TSelectItem<V>
hasChildren property
TSelectItem class