LabelStyleBuilder typedef

LabelStyleBuilder = TextStyle Function(MapFeature feature, Color featureColor, Color labelColor)

The label style builder.

Implementation

typedef LabelStyleBuilder = TextStyle Function(
    MapFeature feature, Color featureColor, Color labelColor);