SliverFloatingBox constructor

const SliverFloatingBox({
  1. Widget? child,
  2. double? pinnedToolBarHeight,
  3. Key? key,
})

Implementation

const SliverFloatingBox({
  Widget? child,
  this.pinnedToolBarHeight,
  Key? key,
}) : super(child: child, key: key);