Flutter---RefreshIndicator案例
效果图核心架构上拉使用ScrollController下拉使用RefreshIndicator核心代码body: RefreshIndicator(onRefresh: _refreshData,//下拉刷新color: Colors.blue,//指示器箭头颜色backgroundColor: Colors.white,//指示器背景颜色displacement: 40.0,//触发下拉距离child: ListView…
2026/7/16 21:15:24