WorkflowPage constructor

WorkflowPage({
  1. String? content,
  2. Future<String> contentLoader()?,
  3. WorkflowPageStyle? style,
})

Implementation

WorkflowPage({this.content, this.contentLoader, this.style});