PullToRefreshLoadingIndicator constructor
const
PullToRefreshLoadingIndicator({
- Key? key,
- required ValueListenable<
PullToRefreshStates> states, - List<
RoundedPolygon> ? determinateIndicatorPolygons, - List<
RoundedPolygon> ? indeterminateIndicatorPolygons, - OutlinedBorder? containerShape,
- Color? containerColor,
- BorderSide? containerOutline,
- Color? activeIndicatorColor,
- BorderSide? activeIndicatorOutline,
- LoadingIndicatorForEachPolygon forEachPolygon = LoadingIndicatorHelper.defaultForEachPolygon,
Implementation
const PullToRefreshLoadingIndicator({
super.key,
required this.states,
this.determinateIndicatorPolygons,
this.indeterminateIndicatorPolygons,
this.containerShape,
this.containerColor,
this.containerOutline,
this.activeIndicatorColor,
this.activeIndicatorOutline,
this.forEachPolygon = LoadingIndicatorHelper.defaultForEachPolygon,
});