menu
arcane package
documentation
component/expander.dart
ExpanderController
expanded property
expanded property
dark_mode
light_mode
expanded
property
ValueNotifier
<
bool
>
expanded
final
A notifier that tracks the current expanded state.
Implementation
final ValueNotifier<bool> expanded;
arcane package
documentation
component/expander
ExpanderController
expanded property
ExpanderController class