SafeArea constructor Null safety

const SafeArea(
  1. {Key? key,
  2. bool left,
  3. bool top,
  4. bool right,
  5. bool bottom,
  6. EdgeInsets minimum,
  7. bool maintainBottomViewPadding,
  8. required Widget child}
)

Implementation

const factory SafeArea(
    {final Key? key,
    final bool left,
    final bool top,
    final bool right,
    final bool bottom,
    final EdgeInsets minimum,
    final bool maintainBottomViewPadding,
    required final Widget child}) = _$SafeArea;