ResponsiveRow constructor

const ResponsiveRow({
  1. Key? key,
  2. required List<Widget> children,
})

Creates a ResponsiveRow with the given children.

Implementation

const ResponsiveRow({super.key, required this.children});