CoolStepperCustomConfig class

Constructors

CoolStepperCustomConfig({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, TextStyle? backTextStyle, ButtonStyle? backButtonStyle, EdgeInsetsGeometry? backButtonPadding, TextStyle? nextTextStyle, ButtonStyle? nextButtonStyle, EdgeInsetsGeometry? nextButtonPadding, TextStyle? finalTextStyle, ButtonStyle? finalButtonStyle, EdgeInsetsGeometry? finalButtonPadding})
const

Properties

backButtonPadding EdgeInsetsGeometry?
The padding for the back button
final
backButtonStyle ButtonStyle?
The style for the back button
final
backText String?
The Widget that that should be displayed in place of the back button
final
backTextList List<String>?
A List of string that when supplied will override 'backText'
final
backTextStyle TextStyle?
The style for the back text
final
finalButtonPadding EdgeInsetsGeometry?
The padding for the final button
final
finalButtonStyle ButtonStyle?
The style for the final button
final
finalText String?
The text that should be displayed for the next button on the final step
final
finalTextStyle TextStyle?
The style for the final text
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
nextButtonPadding EdgeInsetsGeometry?
The padding for the next button
final
nextButtonStyle ButtonStyle?
The style for the next button
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
nextTextStyle TextStyle?
The style for the next text
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