secondaryColorValue property
Default value for secondaryColor
Implementation
@override
String get secondaryColorValue =>
colorSeed?.secondary?.value ?? super.secondaryColorValue;
Default value for secondaryColor
@override
String get secondaryColorValue =>
colorSeed?.secondary?.value ?? super.secondaryColorValue;