You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to focus center when date clicked and focus initialSelectedDate when entered page.
The text was updated successfully, but these errors were encountered:
Make a stateful widget and then in initState function call DatePickerController's animation methods such as animateToDate, animateToSelection, etc.
For example, the code snippet below initializes a date picker and then immediately animates to two days back (in order for the selected date to appear at center):
Is your feature request related to a problem? Please describe.
I want to focus center when date clicked and focus initialSelectedDate when entered page.
The text was updated successfully, but these errors were encountered: