ScaleAxisState typedef
Per-axis classification for the scale axis (parallel to AxisState for drag axes).
Implementation
typedef ScaleAxisState = ({
ScaleSide activeSide,
bool extending,
bool pastDisplay,
double progress,
});
Per-axis classification for the scale axis (parallel to AxisState for drag axes).
typedef ScaleAxisState = ({
ScaleSide activeSide,
bool extending,
bool pastDisplay,
double progress,
});