shadowColor property

Color get shadowColor

Implementation

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