NUITableCell constructor
NUITableCell({
- required dynamic value,
- NUIEntType type = NUIEntType.STRING,
- NUITableCellStyle? style,
- String? formatting,
- NUITableCellInflater? customChild,
Implementation
NUITableCell({required this.value, this.type = NUIEntType.STRING, this.style, this.formatting, this.customChild});