styles property

Map<String, TextStyle?> styles

A Map from element name to the corresponding TextStyle object.

Implementation

Map<String, TextStyle?> get styles => _styles;