CoolStep class

CoolStep is the step widget

Constructors

CoolStep({required Widget content, String? validation()? = _noValidation, String title = '', String subtitle = '', Alignment alignment = Alignment.topCenter})

Properties

alignment Alignment
alignment will customize content alignment between header (if enabled) and buttons
final
content Widget
content is the content of the header of step page, it will be shown as part of the header if isHeaderEnabled is not set to false
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String
subtitle is the subtitle of the header of step page, it will be shown as part of the header if isHeaderEnabled is not set to false
final
title String
title is the title of the header of step page, it will be shown as part of the header if isHeaderEnabled is not set to false
final
validation → (String? Function()?)
validation will be run to validate if user can go to next step,
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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