anchoredState property
int
get
anchoredState
The actual state of states to snap on, on which is stateInterpolation value relied on and at which it takes the starting point.
Implementation
int get anchoredState =>
behavior.needsSetup ? initialState : behavior.anchoredState(this);