AdeptDataTableCellTheme constructor
AdeptDataTableCellTheme({})
Constructor allows you to define styling and value properties.
Implementation
AdeptDataTableCellTheme(
{this.color,
this.width,
this.alignment = Alignment.center,
TextStyle? textStyle})
: textStyle = textStyle ??
stylesWorkSans(
fontSize: 12,
color: Colors.grey.shade800,
fontWeight: FontWeight.w600);