shadowColor property
Color
get
shadowColor
Implementation
Color get shadowColor => isDark ? Colors.transparent : Colors.grey.withOpacity(0.2);
Color get shadowColor => isDark ? Colors.transparent : Colors.grey.withOpacity(0.2);