TitleWidget constructor

const TitleWidget(
  1. String text, {
  2. Key? key,
  3. TextAlign? textAlign,
})

Implementation

const TitleWidget(
  this.text, {
  Key? key,
  this.textAlign,
}) : super(key: key);