secondaryColorValue property

  1. @override
String get secondaryColorValue

Default value for secondaryColor

Implementation

@override
String get secondaryColorValue =>
    colorSeed?.secondary?.value ?? super.secondaryColorValue;