Headline2 constructor

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

Implementation

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