CustomFooter constructor
const
CustomFooter({
- Key? key,
- required FooterBuilder builder,
- OffsetCallback? onOffsetChange,
- ModeChangeCallback<
LoadStatus> ? onModeChange, - AsyncVoidCallback? readyLoading,
- AsyncVoidCallback? endLoading,
- double height = 60.0,
- LoadStyle loadStyle = LoadStyle.showAlways,
- VoidCallback? onClick,
构造函数
Implementation
const CustomFooter({
super.key,
required this.builder,
this.onOffsetChange,
this.onModeChange,
this.readyLoading,
this.endLoading,
super.height,
super.loadStyle,
super.onClick,
});