TCrudCustomAction<T> constructor
const
TCrudCustomAction<T> ({})
Implementation
const TCrudCustomAction({
required this.tooltip,
required this.icon,
required this.color,
required this.onPressed,
this.canPerform,
});