schema property

Map<String, TextStyle> get schema

Returns the Map of TextStyles defined in this class.

Implementation

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