FlutterEdgeInsets.only constructor
- @FreezedUnionValue.new(FlutterEdgeInsets.unionValueOnly)
Implementation
@FreezedUnionValue(FlutterEdgeInsets.unionValueOnly)
factory FlutterEdgeInsets.only({
double? left,
double? top,
double? right,
double? bottom,
}) = _FlutterEdgeInsetsOnly;