OverflowBar constructor

  1. @Goto(_i1.OverflowBar.new)
OverflowBar(
  1. $ $config, {
  2. Key? key,
  3. double spacing = 0.0,
  4. MainAxisAlignment? alignment,
  5. double overflowSpacing = 0.0,
  6. OverflowBarAlignment overflowAlignment = _i1.OverflowBarAlignment.start,
  7. VerticalDirection overflowDirection = _i4.VerticalDirection.down,
  8. TextDirection? textDirection,
  9. List<Widget> children = const [],
})

Implementation

@Goto(_i1.OverflowBar.new)
OverflowBar(
  $ $config, {
  _i2.Key? key,
  double spacing = 0.0,
  _i3.MainAxisAlignment? alignment,
  double overflowSpacing = 0.0,
  _i1.OverflowBarAlignment overflowAlignment = _i1.OverflowBarAlignment.start,
  _i4.VerticalDirection overflowDirection = _i4.VerticalDirection.down,
  ui.TextDirection? textDirection,
  List<_i1.Widget> children = const [],
}) : super(
        Argument({
          #key: key,
          #spacing: spacing,
          #alignment: alignment,
          #overflowSpacing: overflowSpacing,
          #overflowAlignment: overflowAlignment,
          #overflowDirection: overflowDirection,
          #textDirection: textDirection,
          #children: children,
        }),
        builder: (args) => _i1.OverflowBar(
          key: args(#key),
          spacing: args(#spacing),
          alignment: args(#alignment),
          overflowSpacing: args(#overflowSpacing),
          overflowAlignment: args(#overflowAlignment),
          overflowDirection: args(#overflowDirection),
          textDirection: args(#textDirection),
          children: args(#children),
        ),
      );