scaleSymbols property

bool scaleSymbols

True if the annotation text scales with the ArcGISMapViewController.

The scaleSymbols value is always true.

Implementation

bool get scaleSymbols {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_AnnotationSublayer_getScaleSymbols(
      _handle,
      errorHandler,
    );
  });
}