NUITableCellStyle constructor
NUITableCellStyle({})
Implementation
NUITableCellStyle({
required this.alignment,
required this.textStyle,
this.background,
this.width,
this.height,
this.outlineColor,
this.outlineThickness,
this.padding,
this.textAlign = TextAlign.start
});