menu
angulardart_components 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;
angulardart_components package
documentation
model/menu/menu
MenuItemGroup<T>
onExpandedChange property
MenuItemGroup class