PanelyDialog constructor

PanelyDialog({
  1. required BuildContext context,
})

Implementation

PanelyDialog({
  required this.context,
});