colorOverride property

Color? colorOverride
final

A color to use to color the entire vector, discarding any color variation present in the animation itself.

Applies to every item in the sequence, discarding any color specified in SequenceItem.colorOverride.

Unlike AnimatedVector, this property will apply even if applyTheme is set to false.

Implementation

final Color? colorOverride;