menu
widgets_extended package
documentation
sectioned_sliver_list/sectioned_list_controller.dart
SectionedListController<K extends Object, Section, Item>
expandAll method
expandAll method
dark_mode
light_mode
expandAll
method
void
expandAll
(
{
bool
animate
=
true
,
})
Implementation
void expandAll({bool animate = true}) { _checkNotDisposed(); _tree.expandAll(animate: animate); }
widgets_extended package
documentation
sectioned_sliver_list/sectioned_list_controller
SectionedListController<K extends Object, Section, Item>
expandAll method
SectionedListController class