QuestionStep class

Inheritance

Constructors

QuestionStep({Identifier? id, String? title = "", required InputType inputType, String? text, UIStyle? style, Display display = Display.normal, String? hint, bool footerBackButton = false, SelectionType? selectionType, String? description, dynamic onFinish(Map<String, dynamic>)?, int? lengthLimit, String? label, bool disabled = false, int count = 0, String? mask, int maxCount = 100, double? maxHeight = 600, List? filter, TextAlign textAlign = TextAlign.start, double? width, ComponentsStyle componentsStyle = ComponentsStyle.minimal, InputStyle inputStyle = InputStyle.basic, ResultFormat? resultFormat, dynamic onValidationError(String)?, bool? isOptional = false, List<Options>? options, CrossAxisAlignment crossAxisAlignmentContent = CrossAxisAlignment.center, List<RelevantCondition>? relevantConditions, bool? autoTrigger = false, int? numberOfLines, bool componentOnly = false, String? titleIconAnimationFile, String? nextButtonText = "Next", String? backButtonText = "Back", double? titleIconMaxWidth = 300, String? cancelButtonText = "Cancel", bool? cancellable = true})
QuestionStep.from(Map<String, dynamic>? element, List<RelevantCondition> relevantConditions)
factory

Properties

autoTrigger bool?
final
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
count int
final
crossAxisAlignmentContent CrossAxisAlignment
getter/setter pairinherited
description String?
finalinherited
disabled bool
getter/setter pairinherited
display Display
getter/setter pairinherited
error String?
getter/setter pairinherited
filter List?
final
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
inputStyle InputStyle
final
inputType InputType
final
isOptional bool?
getter/setter pairinherited
label String?
getter/setter pairinherited
lengthLimit int?
final
list LinkedList<FormStep>?
The linked list containing this element.
no setterinherited
mask String?
final
maxCount int
final
maxHeight double?
final
next FormStep?
The successor of this element in its linked list.
no setterinherited
nextButtonText String?
getter/setter pairinherited
numberOfLines int?
final
onFinish ↔ (dynamic Function(Map<String, dynamic>)?)
getter/setter pair
onValidationError ↔ (dynamic Function(String)?)
getter/setter pair
options List<Options>?
getter/setter pair
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
selectionType SelectionType?
final
style ↔ UIStyle?
getter/setter pairinherited
text String?
getter/setter pairinherited
textAlign TextAlign
final
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