schema property

Map<String, TextStyle> get schema

Returns the Map of TextStyles defined in this class.

Implementation

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