infoColorValue property

  1. @override
String get infoColorValue

Default value for infoColor.

Implementation

@override
String get infoColorValue =>
    colorSeed?.infoColor?.value ?? super.infoColorValue;