LitSerifStyles class

A collection of serif TextStyles.

The styles are implementing the Merriweather font family.

These styles are included:

  • caption
  • button
  • body
  • body2
  • header5
  • header6

Constructors

LitSerifStyles()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

body → const TextStyle
The styling applied on buttons.
body2 → const TextStyle
The styling applied on looser body text.
button → const TextStyle
The styling applied on buttons.
caption → const TextStyle
The styling applied on small texts.
defaultColor → const Color
The default text color for all TextStyles.
header5 → const TextStyle
The styling applied on small headers.
header6 → const TextStyle
The styling applied on small headers.
merriweather → const String
The default serif font family.
package → const String
All fonts should be derived from this very package ('lit_ui_kit')