UpRow constructor

UpRow(
  1. List<Widget> row, {
  2. Color? rowColor,
})

Implementation

UpRow(
  this.row, {
  this.rowColor,
});