MinTypography constructor
const
MinTypography({})
Implementation
const MinTypography({
required this.h1,
required this.h2,
required this.h3,
required this.body,
required this.small,
required this.muted,
});