scrollController property
scrollController
is the scroll controller for the calendar.
If this value is null, the calendar will create a scroll automatically to initialDate
.
Implementation
final ScrollController? scrollController;
scrollController
is the scroll controller for the calendar.
If this value is null, the calendar will create a scroll automatically to initialDate
.
final ScrollController? scrollController;