accentColorValue property

  1. @override
String get accentColorValue

Default value for accentColor

Implementation

@override
String get accentColorValue =>
    colorSeed?.accent?.value ?? super.accentColorValue;