menu
flutter_chen_common package
documentation
widgets/refresh/refresh_state.dart
PagingState<T>
refreshId property
refreshId property
dark_mode
light_mode
refreshId
property
String
refreshId
getter/setter pair
用于列表刷新的id
Implementation
String refreshId = DateTime.timestamp().millisecondsSinceEpoch.toString();
flutter_chen_common package
documentation
widgets/refresh/refresh_state
PagingState<T>
refreshId property
PagingState class