DDSStepper class

Inheritance

Constructors

DDSStepper.new({Key? key, double connectorThickness = 2.0, int currentStep = 0, required List<StepperData> steps, Axis type = Axis.horizontal, EdgeInsetsGeometry? padding, Color inActiveBarColor = const Color(0xFFB1B1B1), Color activeBarColor = const Color(0xFFF15A29), double iconSize = 40.0, Widget? activeIcon, Widget? inactiveIcon, Widget? completedIcon, TextStyle? activeTitleStyle, TextStyle? inactiveTitleStyle, TextStyle? activeSubtitleStyle, TextStyle? inactiveSubtitleStyle, double titleFontSize = 8.0, double subtitleFontSize = 8.0, String fontFamily = 'Inter', FontWeight titleFontWeight = FontWeight.w600, FontWeight subtitleFontWeight = FontWeight.w600, Color activeTitleColor = const Color(0xFF222222), Color inactiveTitleColor = const Color(0xFFB1B1B1), Color activeSubtitleColor = const Color(0xFF222222), Color inactiveSubtitleColor = const Color(0xFFB1B1B1), bool invertTextPosition = false, double iconPadding = 0.5})
const

Properties

activeBarColor Color
final
activeIcon Widget?
final
activeSubtitleColor Color
final
activeSubtitleStyle TextStyle?
final
activeTitleColor Color
final
activeTitleStyle TextStyle?
final
completedIcon Widget?
final
connectorThickness double
final
currentStep int
final
fontFamily String
final
hashCode int
The hash code for this object.
no setterinherited
iconPadding double
final
iconSize double
final
inActiveBarColor Color
final
inactiveIcon Widget?
final
inactiveSubtitleColor Color
final
inactiveSubtitleStyle TextStyle?
final
inactiveTitleColor Color
final
inactiveTitleStyle TextStyle?
final
invertTextPosition bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
padding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
steps List<StepperData>
final
subtitleFontSize double
final
subtitleFontWeight FontWeight
final
titleFontSize double
final
titleFontWeight FontWeight
final
type Axis
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
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, int wrapWidth = 65}) 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