AlertTitleText constructor

AlertTitleText(
  1. String text, {
  2. TextStyle? style,
})

Implementation

AlertTitleText(this.text, {this.style});