getIconTextFitPadding method

Future<List<double?>?> getIconTextFitPadding()

Size of the additional area added to dimensions determined by icon-text-fit, in clockwise order: top, right, bottom, left.

Implementation

Future<List<double?>?> getIconTextFitPadding() =>
    messager.getIconTextFitPadding(id);