menu
flutter_declarative_mdx package
documentation
model/workflow_step_info.dart
WorkflowStepInfo
WorkflowStepInfo.new constructor
WorkflowStepInfo.new constructor
dark_mode
light_mode
WorkflowStepInfo
constructor
WorkflowStepInfo
(
int
index
,
String
?
label
,
int
pageCount
,
bool
isActive
,
)
Implementation
WorkflowStepInfo(this.index, this.label, this.pageCount, this.isActive);
flutter_declarative_mdx package
documentation
model/workflow_step_info
WorkflowStepInfo
WorkflowStepInfo.new constructor
WorkflowStepInfo class