FormeCupertinoDateFieldModel class

Constructors

FormeCupertinoDateFieldModel({bool? use24hFormat, DateTime? maximumDate, DateTime? minimumDate, int? minimumYear, int? maximumYear, int? minuteInterval, FormeCupertinoTextFieldModel? textFieldModel, FormeCupertinoModelPopupData? modelPopupData, FormeDateTimeFieldType? type, Color? backgroundColor, double? height, FormeDateTimeFormatter? formatter, Widget? confirmWidget, Widget? backWidget})

Properties

backgroundColor Color?
final
backWidget Widget?
final
confirmWidget Widget?
final
formatter → FormeDateTimeFormatter?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
maximumDate DateTime?
final
maximumYear int?
final
minimumDate DateTime?
final
minimumYear int?
final
minuteInterval int?
final
modelPopupData FormeCupertinoModelPopupData?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textFieldModel FormeCupertinoTextFieldModel?
final
type → FormeDateTimeFieldType?
final
use24hFormat bool?
final

Methods

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