Picker class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

DatePicker({required BuildContext context, DateTime? initialDate, DateTime? firstDate, DateTime? lastDate, required dynamic onChanged(DateTime?)?, Color bgColor = Colors.white}) → void
DatePicker Method lastDate if it's null it'll automatically generate from (DateTime.now()) to next 100 years firstDate if it's null it'll automatically generate from (DateTime.now()) to past 100 years initialDate if it's null it's (DateTime.now())
randomInt({int? max = 5}) int