StormyRefreshTextConfig.enUS constructor
StormyRefreshTextConfig.enUS()
创建默认英文配置
Implementation
factory StormyRefreshTextConfig.enUS() {
return const StormyRefreshTextConfig(
loading: 'Loading...',
releaseToLoad: 'Release to load',
pullToLoad: 'Pull to load',
loadSuccess: 'Load success',
loadSuccessMessage: 'Load completed',
loadFailed: 'Load failed',
noMoreData: 'No more data',
lastUpdated: 'Last updated: %T',
);
}