FlutterIndexedStack constructor

  1. @FreezedUnionValue.new(FlutterIndexedStack.unionValue)
FlutterIndexedStack({
  1. @cN FlutterKey? key,
  2. @cN FlutterAlignmentGeometry? alignment,
  3. FlutterTextDirection? textDirection,
  4. FlutterStackFit? sizing,
  5. int? index,
  6. @cN AnyWidgetList? children,
})

Implementation

@FreezedUnionValue(FlutterIndexedStack.unionValue)
factory FlutterIndexedStack({
  @FlutterKey.cN FlutterKey? key,
  @FlutterAlignmentGeometry.cN FlutterAlignmentGeometry? alignment,
  FlutterTextDirection? textDirection,
  FlutterStackFit? sizing,
  int? index,
  @AnyWidgetList.cN AnyWidgetList? children,
}) = _FlutterIndexedStack;