AdeptDataTableCell constructor
AdeptDataTableCell({
- required String text,
- AdeptDataTableCellTheme? theme,
- VoidCallback? onTap,
- Widget? widget,
AdeptDataTableCell Constructor allows you to define styling and value properties.
Implementation
AdeptDataTableCell({required this.text, this.theme, this.onTap, this.widget});