DialogModel constructor

DialogModel({
  1. double? maxWidth,
  2. double? textFontSize,
  3. Color? textColor,
})

Implementation

DialogModel({this.maxWidth,this.textFontSize,this.textColor});