shadowColorValue property
Default value for shadowColor.
Implementation
@override
String get shadowColorValue =>
elevation?.shadowColor?.value ?? super.shadowColorValue;
Default value for shadowColor.
@override
String get shadowColorValue =>
elevation?.shadowColor?.value ?? super.shadowColorValue;