infoColorValue property

  1. @override
String get infoColorValue

Info state color (dark: #60a5fa).

Implementation

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