PanelKitDialog constructor

PanelKitDialog({
  1. required BuildContext context,
})

Implementation

PanelKitDialog({
  required this.context,
});