titleLarge constant
TextStyle
const titleLarge
Text style for title
Implementation
static const TextStyle titleLarge = TextStyle(
fontWeight: FontWeight.w600,
fontFamily: fontFamily,
);
Text style for title
static const TextStyle titleLarge = TextStyle(
fontWeight: FontWeight.w600,
fontFamily: fontFamily,
);