Returns the Map of TextStyles generated.
Map<String, Map<String, TextStyle>> get schema => { 'bold': bold.schema, 'regular': regular.schema, };