EmergentCloseButton constructor

const EmergentCloseButton({
  1. Key? key,
  2. VoidCallback? onPressed,
  3. EmergentStyle? style,
  4. EdgeInsets? padding,
})

Implementation

const EmergentCloseButton({
  Key? key,
  this.onPressed,
  this.style,
  this.padding,
}) : super(key: key);