getLabelZoomFrom method

Future<num?> getLabelZoomFrom()

Get the label's zoom from value

Implementation

Future<num?> getLabelZoomFrom() =>
    DisplayRulePlatform.instance.getLabelZoomFrom(id);