menu
scaffold_ui package
documentation
cli/scaffold_cli.dart
SlatePlan
SlatePlan.new const constructor
SlatePlan.new const constructor
dark_mode
light_mode
SlatePlan
constructor
const
SlatePlan
(
{
required
List
<
String
>
packagesToAdd
,
required
List
<
NyTemplate
>
templates
,
Object
?
config
,
})
Implementation
const SlatePlan({ required this.packagesToAdd, required this.templates, this.config, });
scaffold_ui package
documentation
cli/scaffold_cli
SlatePlan
SlatePlan.new const constructor
SlatePlan class