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