FlutterSizedBox constructor

  1. @FreezedUnionValue.new(FlutterSizedBox.unionValue)
FlutterSizedBox({
  1. @cN FlutterKey? key,
  2. double? width,
  3. double? height,
  4. @cN AnyWidget? child,
})

Implementation

@FreezedUnionValue(FlutterSizedBox.unionValue)
factory FlutterSizedBox({
  @FlutterKey.cN FlutterKey? key,
  double? width,
  double? height,
  @AnyWidget.cN AnyWidget? child,
}) = _FlutterWidgetSizedBox;