OverflowBar constructor
- Key? key,
- double spacing = 0.0,
- MainAxisAlignment? alignment,
- double overflowSpacing = 0.0,
- OverflowBarAlignment overflowAlignment = OverflowBarAlignment.start,
- VerticalDirection overflowDirection = VerticalDirection.down,
- TextDirection? textDirection,
- List<
Widget> children = const <Widget>[],
Constructs an OverflowBar.
Implementation
const OverflowBar({
super.key,
this.spacing = 0.0,
this.alignment,
this.overflowSpacing = 0.0,
this.overflowAlignment = OverflowBarAlignment.start,
this.overflowDirection = VerticalDirection.down,
this.textDirection,
super.children,
});