FlutterSmartDialog constructor

FlutterSmartDialog({
  1. Key? key,
  2. required Widget? child,
})

Implementation

FlutterSmartDialog({
  Key? key,
  required this.child,
}) : super(key: key);