MinRows constructor

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

Implementation

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