FdcRowAction constructor
const
FdcRowAction({
- required IconData icon,
- String? tooltip,
- FdcRowActionCallback? onPressed,
- FdcRowActionPredicate? enabled,
- FdcRowActionPredicate? visible,
- bool activateRowOnPressed = true,
- Color? color,
- Color? disabledColor,
Creates a FdcRowAction.
Implementation
const FdcRowAction({
required this.icon,
this.tooltip,
this.onPressed,
this.enabled,
this.visible,
this.activateRowOnPressed = true,
this.color,
this.disabledColor,
}) : _deleteAction = false;