FormeCupertinoSegmentedControlModel<T> class

Constructors

FormeCupertinoSegmentedControlModel({Color? unselectedColor, Color? selectedColor, Color? borderColor, Color? pressedColor, EdgeInsetsGeometry? padding, Map<T, Widget>? children, Color? disableBorderColor, Color? disableSelectedColor, Color? disableUnselectedColor})

Properties

borderColor Color?
final
children Map<T, Widget>?
final
disableBorderColor Color?
final
disableSelectedColor Color?
final
disableUnselectedColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsetsGeometry?
final
pressedColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColor Color?
final
unselectedColor Color?
final

Methods

copyWith(FormeModel oldModel) FormeCupertinoSegmentedControlModel<T>
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