NotificationFooter constructor

NotificationFooter({
  1. required Footer footer,
  2. required LinkFooterNotifier notifier,
})

Implementation

NotificationFooter({
  required this.footer,
  required this.notifier,
}) : super(
        extent: footer.extent,
        triggerDistance: footer.triggerDistance,
        completeDuration: footer.completeDuration,
        enableInfiniteLoad: footer.enableInfiniteLoad,
        enableHapticFeedback: footer.enableHapticFeedback,
      );