FlutterSmartDialog constructor

const FlutterSmartDialog({
  1. Key? key,
  2. required Widget? child,
  3. FlutterSmartToastBuilder? toastBuilder,
  4. FlutterSmartLoadingBuilder? loadingBuilder,
  5. FlutterSmartNotifyStyle? notifyStyle,
  6. FlutterSmartStyleBuilder? styleBuilder,
  7. Set<SmartInitType>? initType,
  8. bool? useDebugModel,
})

Implementation

const FlutterSmartDialog({
  Key? key,
  required this.child,
  this.toastBuilder,
  this.loadingBuilder,
  this.notifyStyle,
  this.styleBuilder,
  this.initType,
  this.useDebugModel,
}) : super(key: key);