Row constructor

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

Implementation

Row({this.elements});