NotificationFooter constructor
NotificationFooter({
- 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,
);