smallShadowColorValue property

  1. @override
String get smallShadowColorValue

Default value for smallShadowColor.

Implementation

@override
String get smallShadowColorValue =>
    elevation?.smallShadowColor?.value ?? super.smallShadowColorValue;