setLabelStyleHaloWidth method

Future<void> setLabelStyleHaloWidth(
  1. num width
)

Set the labelStyle's halo width

Implementation

Future<void> setLabelStyleHaloWidth(num width) =>
    DisplayRulePlatform.instance.setLabelStyleHaloWidth(id, width);