CompletionStep class

Inheritance

Constructors

CompletionStep({Identifier? id, String? title, String? text, UIStyle? style, Display display = Display.normal, bool? isOptional = false, dynamic onFinish(Map<String, dynamic>)?, CrossAxisAlignment crossAxisAlignmentContent = CrossAxisAlignment.center, ResultFormat? resultFormat, List<RelevantCondition>? relevantConditions, String? titleIconAnimationFile, OnBeforeFinishCallback? onBeforeFinishCallback, double? titleIconMaxWidth = 300, String? successLottieAssetsFilePath, String? loadingLottieAssetsFilePath, String? errorLottieAssetsFilePath, String? nextButtonText = "Finish", String? backButtonText = "Back", bool? autoTrigger = false, String? cancelButtonText = "Cancel", bool? cancellable = true})
CompletionStep.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
crossAxisAlignmentContent CrossAxisAlignment
getter/setter pairinherited
description String?
finalinherited
disabled bool
getter/setter pairinherited
display Display
getter/setter pairinherited
error String?
getter/setter pairinherited
errorLottieAssetsFilePath String?
getter/setter pair
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
isOptional bool?
getter/setter pairinherited
label String?
getter/setter pairinherited
list LinkedList<FormStep>?
The linked list containing this element.
no setterinherited
loadingLottieAssetsFilePath String?
getter/setter pair
next FormStep?
The successor of this element in its linked list.
no setterinherited
nextButtonText String?
getter/setter pairinherited
onBeforeFinishCallback OnBeforeFinishCallback?
getter/setter pair
onFinish ↔ (dynamic Function(Map<String, dynamic>)?)
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
style ↔ UIStyle?
getter/setter pairinherited
successLottieAssetsFilePath String?
getter/setter pair
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