Alert constructor

Alert(
  1. String text, {
  2. PrimerTheme? theme,
})

Implementation

Alert(this.text, {this.theme});