setHoverConfig method
Set hover enablement and highlight styles.
Implementation
Future<void> setHoverConfig(HoverConfig config) async {
await _configure(
GridConfig()..selection = (SelectionConfig()..hover = config));
}
Set hover enablement and highlight styles.
Future<void> setHoverConfig(HoverConfig config) async {
await _configure(
GridConfig()..selection = (SelectionConfig()..hover = config));
}