setTreeIndicator method

Future<void> setTreeIndicator(
  1. TreeIndicatorStyle style
)

Set the tree indicator display mode.

Implementation

Future<void> setTreeIndicator(TreeIndicatorStyle style) async {
  await _configure(
      GridConfig()..outline = (OutlineConfig()..treeIndicator = style));
}