menu
simple_dart_modal_controller package
documentation
simple_dart_modal_controller.dart
ModalPanel
indexOf method
indexOf method
dark_mode
light_mode
indexOf
method
int
indexOf
(
Component
child
)
inherited
Implementation
int indexOf(Component child) => children.indexOf(child);
simple_dart_modal_controller package
documentation
simple_dart_modal_controller
ModalPanel
indexOf method
ModalPanel class