setSelectionStyle method
Set the selection highlight style.
Implementation
Future<void> setSelectionStyle(HighlightStyle style) async {
await _configure(
GridConfig()..selection = (SelectionConfig()..style = style));
}
Set the selection highlight style.
Future<void> setSelectionStyle(HighlightStyle style) async {
await _configure(
GridConfig()..selection = (SelectionConfig()..style = style));
}