SliverLoading constructor

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

Implementation

SliverLoading({
  Key? key,
  this.mode,
  this.floating,
  this.shouldFollowContent,
  this.layoutExtent,
  this.hideWhenNotFull,
  Widget? child,
}) : super(key: key, child: child);