FlutterSafeArea constructor
- @FreezedUnionValue.new(FlutterSafeArea.unionValue)
- @cN FlutterKey? key,
- bool? left,
- bool? top,
- bool? right,
- bool? bottom,
- FlutterEdgeInsets? minimum,
- bool? maintainBottomViewPadding,
- @c required AnyWidget child,
Implementation
@FreezedUnionValue(FlutterSafeArea.unionValue)
factory FlutterSafeArea({
@FlutterKey.cN FlutterKey? key,
bool? left,
bool? top,
bool? right,
bool? bottom,
FlutterEdgeInsets? minimum,
bool? maintainBottomViewPadding,
@AnyWidget.c required AnyWidget child,
}) = _FlutterSafeArea;