value property

dynamic value
final

The changed selected dates or ranges value.

The argument value will return the changed date as DateTime when the widget DateRangePickerSelectionMode set as single.

The argument value will return the changed dates as List<DateTime> when the widget DateRangePickerSelectionMode set as multiple.

The argument value will return the changed range as PickerDateRange when the widget DateRangePickerSelectionMode set as range.

The argument value will return the changed ranges as List<PickerDateRange> when the widget DateRangePickerSelectionMode set as multi range.

Implementation

final dynamic value;