bodyLarge constant
TextStyle
const bodyLarge
Implementation
static const TextStyle bodyLarge = TextStyle(
fontSize: 16,
fontWeight: FontWeight.w400,
color: TsdtechColors.textPrimary,
height: 1.5,
);