NotificationPermissionStatusWidget constructor
const
NotificationPermissionStatusWidget({
- Key? key,
- VoidCallback? onEnablePressed,
- VoidCallback? onSettingsPressed,
- EdgeInsets? padding,
- bool showActionButton = true,
Implementation
const NotificationPermissionStatusWidget({
super.key,
this.onEnablePressed,
this.onSettingsPressed,
this.padding,
this.showActionButton = true,
});