menu
srik_cli package
documentation
templates/shared/design_templates.dart
DesignTemplates
theme static method
theme static method
dark_mode
light_mode
theme
static method
String
theme
(
ProjectConfig
c
)
Implementation
static String theme(ProjectConfig c) => ThemeTemplates.theme(useGradient: c.useGradient);
srik_cli package
documentation
templates/shared/design_templates
DesignTemplates
theme static method
DesignTemplates class