schema property

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

Returns the Map of TextStyles generated.

Implementation

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