InstructionStep class

Inheritance

Constructors

InstructionStep({Identifier? id, String? title = "", String? text, Display display = Display.normal, bool? isOptional = false, UIStyle? style, List<RelevantCondition>? relevantConditions, String? nextButtonText = "Start", String? backButtonText = "Back", List<DynamicData>? instructions = const [], double? titleIconMaxWidth = 300, String? titleIconAnimationFile, String? cancelButtonText = "Cancel", CrossAxisAlignment crossAxisAlignmentContent = CrossAxisAlignment.center, ResultFormat? resultFormat, bool? cancellable = true})
InstructionStep.from(Map<String, dynamic>? element, List<RelevantCondition> relevantConditions)
factory

Properties

backButtonText String?
getter/setter pairinherited
cancelButtonText String?
getter/setter pairinherited
cancellable bool?
getter/setter pairinherited
componentOnly bool
getter/setter pairinherited
componentsStyle ComponentsStyle
getter/setter pairinherited
crossAxisAlignmentContent CrossAxisAlignment
getter/setter pairinherited
description String?
finalinherited
disabled bool
getter/setter pairinherited
display Display
getter/setter pairinherited
error String?
getter/setter pairinherited
footerBackButton bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hint String?
getter/setter pairinherited
id Identifier?
getter/setter pairinherited
instructions List<DynamicData>?
final
isOptional bool?
getter/setter pairinherited
label String?
getter/setter pairinherited
list LinkedList<FormStep>?
The linked list containing this element.
no setterinherited
next FormStep?
The successor of this element in its linked list.
no setterinherited
nextButtonText String?
getter/setter pairinherited
previous FormStep?
The predecessor of this element in its linked list.
no setterinherited
previousStep FormStep?
getter/setter pairinherited
relevantConditions List<RelevantCondition>?
getter/setter pairinherited
result ↔ dynamic
getter/setter pairinherited
resultFormat ResultFormat?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style ↔ UIStyle?
getter/setter pairinherited
text String?
getter/setter pairinherited
title String?
getter/setter pairinherited
titleIconAnimationFile String?
getter/setter pairinherited
titleIconMaxWidth double?
getter/setter pairinherited
width double?
finalinherited

Methods

buildView(FormStackForm formKitForm) → FormStepView<FormStep>
override
insertAfter(FormStep entry) → void
Insert an element after this element in this element's linked list.
inherited
insertBefore(FormStep entry) → void
Insert an element before this element in this element's linked list.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
Unlink the element from its linked list.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

tag → const String