roundedTypography constant
MiniTypographyTokens
const roundedTypography
Implementation
static const MiniTypographyTokens roundedTypography = MiniTypographyTokens(
body: TextStyle(
fontSize: 16,
fontWeight: FontWeight.w400,
),
small: TextStyle(
fontSize: 14,
fontWeight: FontWeight.w400,
),
title: TextStyle(
fontSize: 20,
fontWeight: FontWeight.w600,
),
heading: TextStyle(
fontSize: 28,
fontWeight: FontWeight.w700,
),
);