PlNotificationContainer constructor

PlNotificationContainer(
  1. Widget child,
  2. Duration duration, {
  3. Curve curve = Curves.ease,
  4. double width = 1,
  5. double height = 1,
  6. VoidCallback? onEnd,
})

Implementation

PlNotificationContainer(
  this.child,
  this.duration, {
  this.curve = Curves.ease,
  this.width = 1,
  this.height = 1,
  this.onEnd,
});