StyledTypography constructor

StyledTypography({
  1. TextStyle? paragraph,
  2. List<TextStyle>? headings,
  3. TextStyle? code,
  4. TextStyle? preformatted,
})

Implementation

StyledTypography({
  this.paragraph,
  this.headings,
  this.code,
  this.preformatted,
});