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