UpRow constructor

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

Implementation

UpRow(
  this.row, {
  this.rowColor = Colors.transparent,
});