PlaceholderText constructor

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

Implementation

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