SliverToBoxAdapter constructor Null safety
Creates a sliver that contains a single box widget.
Implementation
const SliverToBoxAdapter({
super.key,
super.child,
});
Creates a sliver that contains a single box widget.
const SliverToBoxAdapter({
super.key,
super.child,
});