StepsModel class
Constructors
- StepsModel({required String title, required String number, EdgeInsets? titleMargin, EdgeInsets? titlePadding, double? titleWidth, EdgeInsets padding = EdgeInsets.zero, BoxShape shape = BoxShape.circle, Color? textColor, Color? iconColor, IconData? completedIcon})
-
const
Properties
- completedIcon → IconData?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconColor → Color?
-
final
- number → String
-
final
- padding → EdgeInsets
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shape → BoxShape
-
final
- textColor → Color?
-
final
- title → String
-
final
- titleMargin → EdgeInsets?
-
final
- titlePadding → EdgeInsets?
-
final
- titleWidth → double?
-
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