AlertStyle constructor

AlertStyle({
  1. TextStyle? positiveButtonTextStyle,
  2. TextStyle? negativeButtonTextStyle,
  3. TextStyle? headingTextStyle,
  4. TextStyle? messageTextStyle,
})

Implementation

AlertStyle(
    {this.positiveButtonTextStyle,
      this.negativeButtonTextStyle,
      this.headingTextStyle,
      this.messageTextStyle});