getLabelMaxWidth method

Future<int?> getLabelMaxWidth()

Get the label's max width value

Implementation

Future<int?> getLabelMaxWidth() =>
    DisplayRulePlatform.instance.getLabelMaxWidth(id);