value property
The current value of the object. When the value changes, the callbacks registered with addListener will be invoked.
Implementation
@override
DateTime get value => _monthFromPage(_pageController.page!.round());
The current value of the object. When the value changes, the callbacks registered with addListener will be invoked.
@override
DateTime get value => _monthFromPage(_pageController.page!.round());