MinRows constructor

const MinRows(
  1. List<Widget> children, {
  2. Key? key,
  3. double? gap,
})

Implementation

const MinRows(this.children, {super.key, this.gap});