values constant

List<FontStyle> const values

List of all predefined font styles.

Implementation

static const List<FontStyle> values = [
  bold,
  italic,
  underline,
  strikethrough,
];