styles property

List<TextStyle> get styles

Returns the List of TextStyles defined in this class.

Implementation

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