highlightColor property
The highlight (lighter) color of the shimmer gradient.
When null, adapts to the current Brightness: Colors.grey.shade600
in dark mode and Colors.grey.shade100 in light mode.
Implementation
final Color? highlightColor;
The highlight (lighter) color of the shimmer gradient.
When null, adapts to the current Brightness: Colors.grey.shade600
in dark mode and Colors.grey.shade100 in light mode.
final Color? highlightColor;