menu
setting_bottom_sheet package
documentation
main.dart
FullLifeCycleMixin
onDelete method
onDelete method
dark_mode
light_mode
onDelete
method
@
mustCallSuper
@
nonVirtual
void
onDelete
(
)
inherited
Implementation
@mustCallSuper @nonVirtual void onDelete() { if (_isClosed) return; _isClosed = true; onClose(); }
setting_bottom_sheet package
documentation
main
FullLifeCycleMixin
onDelete method
FullLifeCycleMixin mixin