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
when first time widget rendered the slider key states not yet set, so the currentState in sliderKey.currentState.currentPage is null. here's my solution: sliderKey.currentState != null ? sliderKey.currentState.currentPage : 0
No description provided.
The text was updated successfully, but these errors were encountered: