ColorRule typedef

ColorRule = Color? Function(MapFeature feature)

Rule to obtain a color of a feature.

Implementation

typedef ColorRule = Color? Function(MapFeature feature);