DUIPicker 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
-
calendar(BuildContext context, dynamic onSelected(DateTime initDate, DateTime? endDate), {CalendarMode calendarMode = CalendarMode.single, bool showToday = true, bool disableWeekends = false, List<int> disabledDays = const [], List<DateTime> selectedDates = const [], DateTime? firstDate, DateTime? lastDate, List<DateTime> disabledDates = const []})
→ Widget
-
-
dateScrollPicker(BuildContext context, List<DateTime> dates, {required dynamic onDateSelected(DateTime dateSelected), String todayString = 'Avui', String tomorrowString = 'Demà', double pickerHeight = 180})
→ Widget
-
-
dateTimeScrollPicker(BuildContext context, List<DateTime> dates, List<TimeOfDay> times, {required dynamic onDateSelected(DateTime dateSelected), required dynamic onTimeSelected(TimeOfDay timeSelected), String todayString = 'Avui', String tomorrowString = 'Demà', double pickerHeight = 180})
→ Widget
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
textScrollPicker(BuildContext context, List<String> elements, dynamic onSelected(String value), {double pickerHeight = 180})
→ Widget
-
-
timeRangeScrollPicker(BuildContext context, List<TimeOfDay> times, {Duration timeRange = const Duration(minutes: 60), required dynamic onTimeSelected(TimeOfDay timeSelected), double pickerHeight = 180})
→ Widget
-
-
timeScrollPicker(BuildContext context, List<TimeOfDay> times, {required dynamic onTimeSelected(TimeOfDay timeSelected), double pickerHeight = 180})
→ Widget
-
-
toString()
→ String
-
A string representation of this object.
inherited