editRowItem method

void editRowItem(
  1. RowItem rowItem,
  2. dynamic data
)

Implementation

void editRowItem(RowItem rowItem, dynamic data) =>
    _model.state?.editRowItem(rowItem, data);