SliverSafeArea constructor
Creates a sliver that avoids operating system interfaces.
Implementation
const SliverSafeArea({
super.key,
this.left = true,
this.top = true,
this.right = true,
this.bottom = true,
this.minimum = EdgeInsets.zero,
required this.sliver,
});