menu
thunder_cli package
documentation
core/consts/folder_paths.dart
FolderPaths
controllerFile method
controllerFile method
dark_mode
light_mode
controllerFile
method
String
controllerFile
(
String
name
)
Implementation
String controllerFile(String name) => '$controllersFolder/${name.toLowerCase()}_controller.dart';
thunder_cli package
documentation
core/consts/folder_paths
FolderPaths
controllerFile method
FolderPaths class