styles property

List<TextStyle> get styles

Returns the List of TextStyles generated.

Implementation

List<TextStyle> get styles => [...bold.styles, ...regular.styles];