SliverSafeArea constructor Null safety
Implementation
const factory SliverSafeArea(
{final Key? key,
final bool left,
final bool top,
final bool right,
final bool bottom,
final EdgeInsets minimum,
required final Sliver sliver}) = _$SliverSafeArea;