SliverLoading constructor

const SliverLoading({
  1. Key? key,
  2. LoadStatus? mode,
  3. bool? floating,
  4. bool? shouldFollowContent,
  5. double? layoutExtent,
  6. bool? hideWhenNotFull,
  7. Widget? child,
})

Implementation

const SliverLoading({
  super.key,
  this.mode,
  this.floating,
  this.shouldFollowContent,
  this.layoutExtent,
  this.hideWhenNotFull,
  super.child,
});