shadowColorValue property

  1. @override
String get shadowColorValue

Default value for shadowColor.

Implementation

@override
String get shadowColorValue =>
    elevation?.shadowColor?.value ?? super.shadowColorValue;