menu
termui package
documentation
ui/widgets/layout/layout_builder.dart
LayoutBuilderElement
unmount method
unmount method
dark_mode
light_mode
unmount
method
@
override
void
unmount
(
)
override
Removes this element from the tree.
Implementation
@override void unmount() { _child?.unmount(); super.unmount(); }
termui package
documentation
ui/widgets/layout/layout_builder
LayoutBuilderElement
unmount method
LayoutBuilderElement class