displayLarge constant

TextStyle const displayLarge

Implementation

static const displayLarge = TextStyle(
  fontWeight: AppFontWeight.regular,
  fontSize: 56,
  height: 1.14,
  letterSpacing: 0,
);