CupertinoDatePickerData class
Constructors
- 
          CupertinoDatePickerData({DateTime? initialDate, DateTime? firstDate, DateTime? lastDate, Key? key, CupertinoDatePickerMode? mode, ValueChanged<DateTime> ? onDateTimeChanged, int? minimumYear = 1, int? maximumYear, int? minuteInterval = 1, bool? use24hFormat = false, DatePickerDateOrder? dateOrder, Color? backgroundColor, String? doneLabel, String? cancelLabel})
Properties
- backgroundColor → Color?
- 
  
  final
- cancelLabel → String?
- 
  
  final
- dateOrder → DatePickerDateOrder?
- 
  
  final
- doneLabel → String?
- 
  
  final
- firstDate → DateTime?
- 
  
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- initialDate → DateTime?
- 
  
  finalinherited
- key → Key?
- 
  
  final
- lastDate → DateTime?
- 
  
  finalinherited
- maximumYear → int?
- 
  
  final
- minimumYear → int?
- 
  
  final
- minuteInterval → int?
- 
  
  final
- mode → CupertinoDatePickerMode?
- 
  
  final
- 
  onDateTimeChanged
  → ValueChanged<DateTime> ?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- use24hFormat → bool?
- 
  
  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