menu
flutter_ignite_shell package
documentation
controller/shell_service.dart
ShellService
showDetails method
showDetails method
dark_mode
light_mode
showDetails
method
void
showDetails
(
ShellModel
model
)
Implementation
void showDetails(ShellModel model) { Get.to(() => ShellView(model)); }
flutter_ignite_shell package
documentation
controller/shell_service
ShellService
showDetails method
ShellService class