LoadingStatusStyle constructor
const
LoadingStatusStyle({})
Implementation
const LoadingStatusStyle({
this.hintStyle,
this.onFileRetry,
this.loadingSize = 35,
this.failHint = '点击重试',
this.noDataHint = '暂无数据',
this.loadingHint = '加载中',
});