action static method

ActionMetaCell action({
  1. dynamic key,
})

Create a MetaCell that points to an ActionCell.

The created cell is identified by key if it is non-null.

Implementation

static ActionMetaCell action({key}) => ActionMetaCell(key: key);