FormeCupertinoTimerFieldModel class

Constructors

FormeCupertinoTimerFieldModel({FormeDurationFormatter? formatter, FormeCupertinoTextFieldModel? textFieldModel, Widget? confirmWidget, CupertinoTimerPickerMode? mode, int? minuteInterval, int? secondInterval, Alignment? alignment, Color? backgroundColor, FormeCupertinoModelPopupData? modelPopupData})

Properties

alignment Alignment?
final
backgroundColor Color?
final
confirmWidget Widget?
it's a child of CupertinoButton
final
formatter FormeDurationFormatter?
final
hashCode int
The hash code for this object.
no setterinherited
minuteInterval int?
final
mode CupertinoTimerPickerMode?
final
modelPopupData FormeCupertinoModelPopupData?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondInterval int?
final
textFieldModel FormeCupertinoTextFieldModel?
final

Methods

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