overlayColor property
Default is Colors.transparent. Only takes effect if overlayBlur > 0.0.
Make sure you use a color with transparency here e.g.
Colors.grey600
.withOpacity(0.2).
Implementation
final Color? overlayColor;
Default is Colors.transparent. Only takes effect if overlayBlur > 0.0.
Make sure you use a color with transparency here e.g.
Colors.grey600
.withOpacity(0.2).
final Color? overlayColor;