SliverSafeArea constructor Null safety

const SliverSafeArea(
  1. {Key? key,
  2. bool left,
  3. bool top,
  4. bool right,
  5. bool bottom,
  6. EdgeInsets minimum,
  7. required Sliver sliver}
)

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;