NotificationScope constructor
      const
      NotificationScope({})
     
    
    
Implementation
const NotificationScope({
  super.key,
  required this.child,
  this.duration = const Duration(seconds: 8),
  this.floatSnackBar = false,
  this.leftOffset = 0.0,
  this.rightOffset = 0.0,
  this.bottomOffset = 0.0,
  this.snackBarMargin = const EdgeInsets.fromLTRB(15.0, 5.0, 15.0, 5.0),
});