menu
editablegrid package
documentation
models/grid-cell.dart
Cell
validator property
validator property
dark_mode
light_mode
validator
property
bool
Function
(
String
value
)
?
validator
getter/setter pair
Function that defines whether a value is valid or not.
Implementation
bool Function(String value)? validator;
editablegrid package
documentation
models/grid-cell
Cell
validator property
Cell class