ActionCell constructor
ActionCell({
- dynamic key,
Create a cell that represents an action.
The cell is identified by key
if it is non-null.
Implementation
factory ActionCell({ key }) = _ActionCellImpl;