setLabelMaxWidth method

Future<void> setLabelMaxWidth(
  1. int max
)

Set the label's max width value

Implementation

Future<void> setLabelMaxWidth(int max) =>
    DisplayRulePlatform.instance.setLabelMaxWidth(id, max);