validate method
void
validate()
Validates values that cannot be enforced by a const constructor in release builds. The grid invokes this before using the configuration.
Implementation
void validate() {
validateDimensions(
defaultColumnWidth: defaultColumnWidth,
rowHeight: rowHeight,
);
}