static initEmptyView(Widget? icon, String? msg) { RefreshView.emptyView = icon; RefreshView.emptyString = msg ?? '暂无数据'; }