Marker Layer

Marker, using FlutterLogo as the childRotation
Last updated
Was this helpful?

Marker, using FlutterLogo as the childLast updated
Was this helpful?
Was this helpful?
MarkerLayer(
markers: [
Marker(
point: LatLng(30, 40),
width: 80,
height: 80,
builder: (context) => FlutterLogo(),
),
],
),