NotificationPermissionStatusWidget constructor

const NotificationPermissionStatusWidget({
  1. Key? key,
  2. VoidCallback? onEnablePressed,
  3. VoidCallback? onSettingsPressed,
  4. EdgeInsets? padding,
  5. bool showActionButton = true,
})

Implementation

const NotificationPermissionStatusWidget({
  super.key,
  this.onEnablePressed,
  this.onSettingsPressed,
  this.padding,
  this.showActionButton = true,
});