How to add extra into text into flutter google map custom marker?
问题 The problem is how to infuse text overlap on the custom google map marker with text which represents the vehicle registration number. I have tried to use this method to have the text overlay on the icon builder: (context) =>() But is not recognized at all. class MapsDemo extends StatefulWidget { @override State createState() => MapsDemoState(); } class MapsDemoState extends State<MapsDemo> { GoogleMapController mapController; //Map<PermissionGroup, PermissionStatus> permissions = await