DialogWidget constructor

const DialogWidget({
  1. Key? key,
  2. Widget customView = const SizedBox(),
})

Implementation

const DialogWidget({
  Key? key,
  this.customView = const SizedBox(),
});