focusedDay property

DateTime focusedDay

Sets the date in focus for calendar display.

カレンダーの表示を行うためフォーカスされている日付を設定します。

Implementation

DateTime get focusedDay => _focusedDay ?? initialDay ?? DateTime.now();