polygon_editor/default_markers library
Classes
- DefaultMidpointMarker
- Default midpoint marker widget - green circle with white border, shadow, and plus icon.
- DefaultPointMarker
- Default point marker widget - blue circle with white border and shadow.
Functions
-
defaultMidpointBuilder(
BuildContext context, LatLng position, bool isDragging) → Widget - Default midpoint builder function for the polygon editor.
-
defaultPointBuilder(
BuildContext context, LatLng position, bool isDragging) → Widget - Default point builder function for the polygon editor.