shadowColor property

Color? shadowColor
final

The shadow color of the AnimatedTextBar itself.

If null, ThemeData.shadowColor is used, which defaults to fully opaque black.

Implementation

final Color? shadowColor;