Row constructor

Row({
  1. required List<Element> elements,
})

Implementation

Row({required this.elements});