OverlayWidget constructor

const OverlayWidget({
  1. String title = '',
  2. String description = '',
  3. IconData? iconData,
})

Implementation

const OverlayWidget({
  this.title = '',
  this.description = '',
  this.iconData,
});