overline constant

TextStyle const overline

The styling applied on small overline text.

Use this styling in combination with uppercase letters: OVERLINE.

fontSize: 10.0,
fontWeight: FontWeight.w400,
letterSpacing: 0.5,

Implementation

static const TextStyle overline = const TextStyle(
  color: defaultColor,
  fontFamily: _montserrat,
  package: _package,
  fontSize: 10.0,
  fontWeight: FontWeight.w400,
  letterSpacing: 0.5,
);