customVariables property

Map<String, String>? customVariables
finalinherited

User-defined style properties applied on top of current theme tokens when variables is called.

Set by NakiThemeProvider when additionalStyles is provided. Entries override matching token variables. Set to null to clear custom styles.

Implementation

final Map<String, String>? customVariables;