PopupDialog constructor

const PopupDialog({
  1. PopupHeader header = const PopupHeader(),
  2. PopupContent content = const PopupContent(),
  3. PopupConfig config = const PopupConfig(),
  4. List<Widget> buttons = const [],
})

Implementation

const PopupDialog({
  this.header = const PopupHeader(),
  this.content = const PopupContent(),
  this.config = const PopupConfig(),
  this.buttons = const [],
});