LargeTitle constructor

LargeTitle(
  1. String text, {
  2. TextAlign? textAlign,
})

Implementation

LargeTitle(this.text, {this.textAlign});