CustomBoxy.sliver constructor

const CustomBoxy.sliver({
  1. Key? key,
  2. required SliverBoxyDelegate<Object> delegate,
  3. List<Widget> children,
  4. InflatedChildHandleFactory childFactory,
})

Constructs a CustomBoxy with SliverBoxyDelegate that can manage both BoxyChild and SliverBoxyChild children.

Implementation

const factory CustomBoxy.sliver({
  Key? key,
  required SliverBoxyDelegate delegate,
  List<Widget> children,
  InflatedChildHandleFactory childFactory,
}) = _SliverCustomBoxy;