styles property

List<TextStyle> get styles

Returns the List of TextStyles defined in this class.

Implementation

List<TextStyle> get styles =>
    [onBackground, onPrimary, primary, primaryHighlightLightest, secondary];