hasEnterableFields static method

bool hasEnterableFields(
  1. TableRowCellModel cell
)

Implementation

static bool hasEnterableFields(TableRowCellModel cell) =>
    cell.findDescendantsOfExactType(InputModel).isNotEmpty;