menu
fastyle_core package
documentation
ui/widgets/instructions.widget.dart
FastInstructions
FastInstructions.new const constructor
FastInstructions.new const constructor
dark_mode
light_mode
FastInstructions
constructor
const
FastInstructions
(
{
Key
?
key
,
required
List
<
String
>
instructions
,
})
Implementation
const FastInstructions({super.key, required this.instructions});
fastyle_core package
documentation
ui/widgets/instructions.widget
FastInstructions
FastInstructions.new const constructor
FastInstructions class