ScrollingRow constructor
- required List<
Widget> children, - double height = 300,
Renders a row of widgets.
Implementation
ScrollingRow({required this.children, this.height = 300}) : super(models.settings);
Renders a row of widgets.
ScrollingRow({required this.children, this.height = 300}) : super(models.settings);