CoolStepperConfig class

Constructors

CoolStepperConfig({String? backText = 'PRE', String? nextText = 'NEXT', String? stepText = 'STEP', String? ofText = 'OF', Color? headerColor, Color? iconColor, Icon? icon, TextStyle? titleTextStyle, TextStyle? subtitleTextStyle, List<String>? backTextList, List<String>? nextTextList, String? finalText = 'FINISH', bool isHeaderEnabled = true})
const

Properties

backText String?
The text that should be displayed for the back button
final
backTextList List<String>?
A List of string that when supplied will override 'backText'
final
finalText String?
The text that should be displayed for the next button on the final step
final
hashCode int
The hash code for this object.
no setterinherited
headerColor Color?
This is the background color of the header
final
icon Icon?
This icon replaces the default icon
final
iconColor Color?
This is the color of the icon
final
isHeaderEnabled bool
final
nextText String?
The text that should be displayed for the next button
final
nextTextList List<String>?
A List of string that when supplied will override 'nextText'
final
ofText String?
The text that describes the progress
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepText String?
The text that describes the progress
final
subtitleTextStyle TextStyle?
This is the textStyle for the subtitle text
final
titleTextStyle TextStyle?
This is the textStyle for the title text
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