DynamicTableAction constructor
const
DynamicTableAction({})
This is the actions which you see on the last column of DynamicTable
Implementation
const DynamicTableAction(
{required this.icon,
this.onPressed,
this.showAlways = false,
this.showOnlyOnEditing = true})
: assert(!(showAlways && showOnlyOnEditing),
'showAlways and showOnlyOnEditing cannot be true at the same time');