menu
ngcomponents package
documentation
model/menu/menu.dart
MenuItemGroup<T>
onExpandedChange property
onExpandedChange property
dark_mode
light_mode
onExpandedChange
property
Stream
<
bool
?
>
get
onExpandedChange
Change stream of the expansion state.
Implementation
Stream<bool?> get onExpandedChange => _isExpanded.stream;
ngcomponents package
documentation
model/menu/menu
MenuItemGroup<T>
onExpandedChange property
MenuItemGroup class