bodyLarge constant
TextStyle
const bodyLarge
Text style for body
Implementation
static const TextStyle bodyLarge = TextStyle(
fontWeight: FontWeight.normal,
fontFamily: fontFamily,
);
Text style for body
static const TextStyle bodyLarge = TextStyle(
fontWeight: FontWeight.normal,
fontFamily: fontFamily,
);