DialogViewText constructor

DialogViewText({
  1. String? title,
  2. TextStyle? titleStyle,
  3. double? loadWidth,
})

Implementation

DialogViewText({this.title,this.titleStyle,this.loadWidth});