schema property
Implementation
Map<String, TextStyle> get schema => {
'onBackground': onBackground,
'onPrimary': onPrimary,
'primary': primary,
'primaryHighlightLightest': primaryHighlightLightest,
'secondary': secondary
};