cssVariables property

Map<String, Object?> get cssVariables

CSS custom properties generated from all theme tokens.

Implementation

Map<String, Object?> get cssVariables => allTokens.cssVariables;