GNDateTimeSelect 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
Static Methods
-
selectDate({required BuildContext context, DateTime? firstDate, DateTime? initialDate, DateTime? lastDate, required TextEditingController controller, void onDateSelected(DateTime? date)?})
→ void
-
-
selectDateTimeRange({required dynamic context, required DateTime startDate, required DateTime endDate, DateTime? startFirstDate, DateTime? endFirstDate, DateTime? startLastDate, DateTime? endLastDate, DefaultTab? defaultTab, bool isSelectTime = false})
→ Future<List<DateTime>?>
-
-
selectTime({required BuildContext context, required TextEditingController controller, String? hintText, void onTimeSelected(TimeOfDay? time)?})
→ void
-