setTextHaloWidth method

Future<void> setTextHaloWidth(
  1. double textHaloWidth
)

Distance of halo to the font outline. Max text halo width is 1/4 of the font-size. Default value: 0. Minimum value: 0. The unit of textHaloWidth is in pixels.

Implementation

Future<void> setTextHaloWidth(double textHaloWidth) =>
    _annotationMessenger.setTextHaloWidth(id, textHaloWidth);