setLabelZoomTo method

Future<void> setLabelZoomTo(
  1. num to
)

Set the label's zoom to value

Implementation

Future<void> setLabelZoomTo(num to) =>
    DisplayRulePlatform.instance.setLabelZoomTo(id, to);