color property

Animation<Color?> color

If non-null, fill the barrier with this color.

See also:

Implementation

Animation<Color?> get color => listenable as Animation<Color?>;