SliverRefreshBody constructor

const SliverRefreshBody({
  1. Key? key,
  2. Widget? child,
})

Creates a sliver that contains a single box widget.

Implementation

const SliverRefreshBody({
  Key? key,
  Widget? child,
}) : super(key: key, child: child);