info property

Color? get info

Informational color (e.g., help text, info badges). Falls back to primary when null.

Implementation

Color? get info => _resolveOrNull(_info);