BackgroundLabelBuilder typedef

BackgroundLabelBuilder = BackgroundLabelStyle Function(MapFeature feature)

Defines the label background style visibility of a MapFeature

Implementation

typedef BackgroundLabelBuilder = BackgroundLabelStyle Function(
  MapFeature feature,
);