mediumShadowColorValue property

  1. @override
String get mediumShadowColorValue

Default value for mediumShadowColor.

Implementation

@override
String get mediumShadowColorValue =>
    elevation?.mediumShadowColor?.value ?? super.mediumShadowColorValue;