headline1 top-level constant

TextStyle const headline1

Implementation

const headline1 = const TextStyle(
  fontFamily: 'Rubik',
  fontSize: 48,
  fontWeight: FontWeight.w300,
  color: black,
);