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