OverflowBar constructor
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),
),
);