EasyRefreshData class

EasyRefresh needs to share data

Constructors

EasyRefreshData({required HeaderNotifier headerNotifier, required FooterNotifier footerNotifier, required ValueNotifier<bool> userOffsetNotifier})
const

Properties

footerNotifier FooterNotifier
Footer status data and responsive
final
hashCode int
The hash code for this object.
no setterinherited
headerNotifier HeaderNotifier
Header status data and responsive
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userOffsetNotifier ValueNotifier<bool>
Whether the user scrolls and responsive
final

Methods

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