ThemingTypography constructor

ThemingTypography({
  1. Key? key,
  2. String title = "",
})

Implementation

ThemingTypography({
  Key? key,
  this.title = "",
}) : super(key: key);