PlexDataTableValueCell.text constructor
value is required as it is text only cell
Implementation
PlexDataTableValueCell.text(this.columnName, this.value,
{bool numberField = false})
: isWidget = false,
cellValue = null {
isNumber = numberField || value is int || value is double;
}