valuesByMode property

Map<String, dynamic> valuesByMode
final

A map of values for different modes (e.g., light/dark theme).

The key is the mode ID, and the value depends on the resolvedType:

  • For COLOR: Map with r, g, b, a values
  • For FLOAT: Numeric value
  • For STRING: String value

Implementation

final Map<String, dynamic> valuesByMode;