code_widgets/pull_to_refresh/src/internals/indicator_wrap library

Classes

LoadIndicator
a widget implements pull up load
LoadIndicatorState<T extends LoadIndicator>
LoadingProcessor
footer Indicator exposure interface
RefreshIndicator
a widget implements ios pull down refresh effect and Android material RefreshIndicator overScroll effect
RefreshIndicatorState<T extends RefreshIndicator>
RefreshProcessor
head Indicator exposure interface

Mixins

IndicatorStateMixin<T extends StatefulWidget, V>
mixin in IndicatorState,it will get position and remove when dispose,init mode state

Typedefs

ModeChangeCallBack<T> = void Function(T? mode)
OffsetCallBack = void Function(double offset)
VoidFutureCallBack = Future<void> Function()