menu
quiz_package package
documentation
CustomWidgets/CustomPresentators/step_presentation.dart
StepPresentation
StepPresentation.new const constructor
StepPresentation.new const constructor
dark_mode
light_mode
StepPresentation
constructor
const
StepPresentation
(
{
Key
?
key
,
required
String
description
,
MarkdownStyleSheet?
styleSheet
,
})
Implementation
const StepPresentation({ super.key, required this.description, this.styleSheet, });
quiz_package package
documentation
CustomWidgets/CustomPresentators/step_presentation
StepPresentation
StepPresentation.new const constructor
StepPresentation class