menu
simple_dart_dialog package
documentation
simple_dart_dialog.dart
AbstractDialog<T>
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
inherited
Implementation
void clear() { element.children.clear(); children.clear(); }
simple_dart_dialog package
documentation
simple_dart_dialog
AbstractDialog<T>
clear method
AbstractDialog class