cellErrors property

Map<String, String>? cellErrors
final

Optional static map of cell errors keyed by cell key (e.g. "${itemKey}_$column" or "$column").

Implementation

final Map<String, String>? cellErrors;