resolvedInfo property

Color get resolvedInfo

Resolved info, falling back to primary.

Implementation

Color get resolvedInfo => info ?? primary;