VelocityTableCell constructor

VelocityTableCell({
  1. Widget? widget,
  2. int flex = 1,
})

Implementation

VelocityTableCell({
  this.widget,
  this.flex = 1,
});