TypographyView constructor

const TypographyView({
  1. Key? key,
  2. bool inverted = false,
  3. bool dense = false,
})

Implementation

const TypographyView({super.key, this.inverted = false, this.dense = false});