NotificationFooter class

通知器Footer

Inheritance

Constructors

NotificationFooter({required Footer footer, required LinkFooterNotifier notifier})

Properties

completeDuration → Duration?
finalinherited
enableHapticFeedback → bool
开启震动反馈
finalinherited
enableInfiniteLoad → bool
是否开启无限加载
finalinherited
extent → double
Footer容器高度
finalinherited
float → bool
finalinherited
Footer
final
hashCode → int
The hash code for this object.
no setterinherited
notifier → LinkFooterNotifier
通知器
final
overScroll → bool
越界滚动(enableInfiniteLoad为true生效)
finalinherited
padding → EdgeInsets?
内边距(根据布局合理使用,设置后safeArea无效)
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
safeArea → bool
安全区域
finalinherited
triggerDistance → double
高度(超过这个高度触发加载)
finalinherited

Methods

builder(BuildContext context, EasyRefresh easyRefresh, ValueNotifier<bool> focusNotifier, ValueNotifier<TaskState> taskNotifier, ValueNotifier<bool> callLoadNotifier, ValueNotifier<double> extraExtentNotifier) → Widget
inherited
contentBuilder(BuildContext context, LoadMode loadState, double pulledExtent, double loadTriggerPullDistance, double loadIndicatorExtent, AxisDirection axisDirection, bool float, Duration? completeDuration, bool enableInfiniteLoad, bool success, bool noMore) → Widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited