initialMonth property

DateTime? initialMonth
final

Month to display on first mount. Day and time components are discarded. Subsequent changes do not reset navigation; use a new widget key when an explicit reset is required.

Implementation

final DateTime? initialMonth;