menu
te_widgets package
documentation
widgets/list/list_state.dart
TListItem<T, K>
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/list/list_state
TListItem<T, K>
hasChildren property
TListItem class