setTreeIndicator method
Set the tree indicator display mode.
Implementation
Future<void> setTreeIndicator(TreeIndicatorStyle style) async {
await _configure(
GridConfig()..outline = (OutlineConfig()..treeIndicator = style));
}
Set the tree indicator display mode.
Future<void> setTreeIndicator(TreeIndicatorStyle style) async {
await _configure(
GridConfig()..outline = (OutlineConfig()..treeIndicator = style));
}