footer property
底部加载更多指示器
显示位置:
- 如果 reverse 为 true,footer 显示在内容顶部
- 如果 reverse 为 false,footer 显示在内容底部
- 如果 scrollDirection = Axis.horizontal,footer 显示在左侧或右侧
注意:必须传递 sliver 组件,否则会抛出错误
Implementation
final Widget? footer;
底部加载更多指示器
显示位置:
注意:必须传递 sliver 组件,否则会抛出错误
final Widget? footer;