FlutterHorizontalStepper class

Inheritance

Constructors

FlutterHorizontalStepper({Key? key, required List<String> steps, required double radius, required int currentStep, required List<Widget> child, TextStyle? titleStyle, Color inActiveStepColor = Colors.grey, Color currentStepColor = Colors.blue, Color completeStepColor = Colors.green, double thickness = 1, dynamic onClick(int)?})
const

Properties

child List<Widget>
add multiple child which display in circle default will be text widget
final
completeStepColor Color
add completed step color default will be green
final
currentStep int
add current step between
final
currentStepColor Color
add current step color default will be blue
final
hashCode int
The hash code for this object.
no setterinherited
inActiveStepColor Color
add in-active color default will be grey
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onClick → dynamic Function(int)?
on click will not be work on in-active step
final
radius double
radius you want to add between 45 to 90 not more than
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
steps List<String>
steps you want to add between 2-6
final
thickness double
add line thickness between 1 to 5
final
titleStyle TextStyle?
add text style
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<FlutterHorizontalStepper>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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