CalendarPickerUtil class

Constructors

CalendarPickerUtil.new()

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

showCalendarPicker({CalendarPickerMode mode = CalendarPickerMode.single, DateTime? initialDate, DateTime? firstDate, DateTime? lastDate, DateTime? initialRangeStart, DateTime? initialRangeEnd, List<DateTime>? initialSelectedDates, List<DateTime>? disabledDates, Color? primaryColor, Color? selectedColor, Color? todayColor, String? title, String? confirmButtonText, String? cancelButtonText, bool barrierDismissible = true}) Future<CalendarPickerResult?>