setSymbolTextAllowOverlap method

Future<void> setSymbolTextAllowOverlap(
  1. bool enable
)

Implementation

Future<void> setSymbolTextAllowOverlap(bool enable) async {
  throw UnimplementedError(
      'setSymbolTextAllowOverlap() has not been implemented.');
}