ScrollingRow constructor

ScrollingRow({
  1. required List<Widget> children,
  2. double height = 300,
})

Renders a row of widgets.

Implementation

ScrollingRow({required this.children, this.height = 300}) : super(models.settings);