setLabelZoomFrom method

Future<void> setLabelZoomFrom(
  1. num from
)

Set the label's zoom from value

Implementation

Future<void> setLabelZoomFrom(num from) =>
    DisplayRulePlatform.instance.setLabelZoomFrom(id, from);