RATableCell constructor

const RATableCell({
  1. String? titleText,
  2. Widget? title,
  3. double? width,
})

Implementation

const RATableCell({
  this.titleText,
  this.title,
  this.width,
});