Headline6 constructor

const Headline6(
  1. String title, {
  2. Key? key,
  3. Color? color = mediumTextColor,
})

Implementation

const Headline6(this.title, {Key? key, this.color = mediumTextColor}) : super(key: key);