baseColor property
The base (darker) color of the shimmer gradient.
When null, adapts to the current Brightness: Colors.grey.shade700
in dark mode and Colors.grey.shade300 in light mode.
Implementation
final Color? baseColor;
The base (darker) color of the shimmer gradient.
When null, adapts to the current Brightness: Colors.grey.shade700
in dark mode and Colors.grey.shade300 in light mode.
final Color? baseColor;