mainColor property

Color? mainColor
final

Defines the main color of the child's shimmer effect. Child Widget takes main color, only if showGradient is false. When null, uses PlexColorTokens.surfaceSunken.

Implementation

final Color? mainColor;