initialEntryMode property

DatePickerEntryMode? initialEntryMode
final

An optional initialEntryMode argument can be used to display the date picker in the DatePickerEntryMode.calendar (a calendar month grid) or DatePickerEntryMode.input (a text input field) mode. It defaults to DatePickerEntryMode.calendar and must be non-null.

Implementation

final DatePickerEntryMode? initialEntryMode;