row property

Row get row

Implementation

Row get row {
  return Row(children: <Widget>[...this]);
}