menu
flutter_ignite_shell package
documentation
controller/shell_service.dart
ShellService
add method
add method
dark_mode
light_mode
add
method
void
add
(
ShellModel
model
)
Implementation
void add(final ShellModel model) { items.add(model); }
flutter_ignite_shell package
documentation
controller/shell_service
ShellService
add method
ShellService class