headlineMedium constant
Implementation
static const headlineMedium = TextStyle(
fontSize: 28,
fontWeight: FontWeight.w400,
letterSpacing: 0,
color: RALIColors.textPrimary,
);
static const headlineMedium = TextStyle(
fontSize: 28,
fontWeight: FontWeight.w400,
letterSpacing: 0,
color: RALIColors.textPrimary,
);