ColumnDescription constructor

ColumnDescription({
  1. String? text,
})

Implementation

ColumnDescription({
  this.text,
});