RowHeader constructor

RowHeader({
  1. List<ColData>? colData,
})

Implementation

RowHeader({
  this.colData
});