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,
      'secondary': secondary
    };