titleLarge constant

TextStyle const titleLarge

Implementation

static const titleLarge = TextStyle(
  fontWeight: AppFontWeight.regular,
  fontSize: 22,
  height: 1.27,
  letterSpacing: 0,
);