AxisState typedef
Per-axis classification used by friction / fling lookups.
Implementation
typedef AxisState = ({
DragBound activeBound,
DragDirectionState directionState,
double progress,
});
Per-axis classification used by friction / fling lookups.
typedef AxisState = ({
DragBound activeBound,
DragDirectionState directionState,
double progress,
});