styles property

List<TextStyle> get styles

Returns the List of TextStyles defined in this class.

Implementation

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