PlatformPostListWithProgress constructor
const
PlatformPostListWithProgress({
- Key? key,
- required List<
String> ids, - bool shouldReloadProfileImage = false,
- Color? colorRefreshIndicator,
- Alignment? progressAlignment,
- Color? progressMainColor,
- Color? progressBackgroundColor,
- WidgetBuilder? noMoreItemsIndicatorBuilder,
- WidgetBuilder? noFoundItemsIndicatorBuilder,
- OnInitPost? onInitPost,
- OnTapPost? onTapPost,
- OnRefresh? onRefresh,
- OnSwipeLeft? onSwipeLeft,
- OnReloadProfileImage? onReloadProfileImage,
- OnChangedContentQuality? onChangedContentQuality,
Implementation
const PlatformPostListWithProgress({
Key? key,
required this.ids,
this.shouldReloadProfileImage = false,
this.colorRefreshIndicator,
this.progressAlignment,
this.progressMainColor,
this.progressBackgroundColor,
this.noMoreItemsIndicatorBuilder,
this.noFoundItemsIndicatorBuilder,
this.onInitPost,
this.onTapPost,
this.onRefresh,
this.onSwipeLeft,
this.onReloadProfileImage,
this.onChangedContentQuality,
}) : super(key: key);