schema property

Map<String, Map<String, TextStyle>> get schema

Returns the Map of TextStyles generated.

Implementation

Map<String, Map<String, TextStyle>> get schema => {
  'bold': bold.schema,
  'regular': regular.schema,
};