FlutterExpanded constructor

  1. @FreezedUnionValue.new(FlutterExpanded.unionValue)
FlutterExpanded({
  1. @cN FlutterKey? key,
  2. int? flex,
  3. @c required AnyWidget child,
})

Implementation

@FreezedUnionValue(FlutterExpanded.unionValue)
factory FlutterExpanded({
  @FlutterKey.cN FlutterKey? key,
  int? flex,
  @AnyWidget.c required AnyWidget child,
}) = _FlutterExpanded;