RATableColumn constructor

const RATableColumn({
  1. String? titleText,
  2. Widget? title,
  3. bool sortable = false,
})

Implementation

const RATableColumn({
  this.titleText,
  this.title,
  this.sortable = false,
});