initialEntryMode property

DatePickerEntryMode? initialEntryMode
final

This argument determines which mode the showDateRangePicker will initially display in.

It defaults to a scrollable calendar month grid (DatePickerEntryMode.calendar). It can also be set to display two text input fields (DatePickerEntryMode.input).

Implementation

final DatePickerEntryMode? initialEntryMode;