openDialog method
Future
openDialog(
- Widget child, {
- EdgeInsets? padding,
- bool enableDrag = true,
- bool autoHeight = false,
Implementation
Future openDialog(Widget child, {EdgeInsets? padding, bool enableDrag = true, bool autoHeight = false}) async {
return await _showNsgDialog(context, child, padding, enableDrag, autoHeight);
}