WorkflowPage constructor
WorkflowPage({
- String? content,
- Future<
String> contentLoader()?, - WorkflowPageStyle? style,
Implementation
WorkflowPage({this.content, this.contentLoader, this.style});