overrideMessage property

String? Function(String value, List<List<String>> gridData)? overrideMessage
final

A custom message to display in the UI tooltip when overrideValue successfully changes the input.

Implementation

final String? Function(String value, List<List<String>> gridData)? overrideMessage;