duration property

Duration duration
final

How long any changes to the visual properties of this NeuContainer will take to fully propagate and animate. Changes are alterations to the properties/fields of this NeuContainer, such as padding or color.

Default is defaultDuration (1200ms) which, when paired with a springy curve such as the default Curves.elasticOut, results in a delicious bouncing neumorphic transition.

Implementation

final Duration duration;