NUITableCell constructor

NUITableCell({
  1. required dynamic value,
  2. NUIEntType type = NUIEntType.STRING,
  3. NUITableCellStyle? style,
  4. String? formatting,
  5. NUITableCellInflater? customChild,
})

Implementation

NUITableCell({required this.value, this.type = NUIEntType.STRING, this.style, this.formatting, this.customChild});