TitleText constructor

const TitleText(
  1. String text, {
  2. TextAlign? textAlign,
  3. bool nowrap = false,
})

Implementation

const TitleText(this.text, {this.textAlign, this.nowrap = false});