defaultCurve top-level constant

Cubic const defaultCurve

The default curve we use for animations.

Inspector animations benefit from a symmetric animation curve which makes it easier to reverse animations.

Implementation

const defaultCurve = Curves.easeInOutCubic;