AdeptDataTableCell constructor

AdeptDataTableCell({
  1. required String text,
  2. AdeptDataTableCellTheme? theme,
  3. VoidCallback? onTap,
  4. Widget? widget,
})

AdeptDataTableCell Constructor allows you to define styling and value properties.

Implementation

AdeptDataTableCell({required this.text, this.theme, this.onTap, this.widget});