TTableActionButtons constructor
const
TTableActionButtons({
- Key? key,
- bool view = false,
- bool edit = true,
- bool delete = true,
- VoidCallback? onViewPressed,
- VoidCallback? onEditPressed,
- VoidCallback? onDeletePressed,
- double iconSize = 24.0,
- double spacing = 8.0,
- bool tooltipEnabled = true,
Widget for displaying action buttons for table rows
Implementation
const TTableActionButtons({
super.key,
this.view = false,
this.edit = true,
this.delete = true,
this.onViewPressed,
this.onEditPressed,
this.onDeletePressed,
this.iconSize = 24.0,
this.spacing = 8.0,
this.tooltipEnabled = true,
});