FormeCupertinoPickerModel class

Constructors

FormeCupertinoPickerModel({double? diameterRatio, Color? backgroundColor, double? offAxisFraction, bool? useMagnifier, double? magnification, double? squeeze, double? itemExtent, Widget? selectionOverlay, List<Widget>? children, bool? looping, double? aspectRatio, bool? locked})

Properties

aspectRatio double?
final
backgroundColor Color?
final
children List<Widget>?
final
diameterRatio double?
final
hashCode int
The hash code for this object.
no setterinherited
itemExtent double?
final
locked bool?
final
looping bool?
final
magnification double?
final
offAxisFraction double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionOverlay Widget?
final
squeeze double?
final
useMagnifier bool?
final

Methods

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