MarkerLabel constructor
const
MarkerLabel({
- required String text,
- Color color = Colors.black,
- double fontSize = 12,
- FontWeight fontWeight = FontWeight.normal,
Implementation
const MarkerLabel({
required this.text,
this.color=Colors.black,
this.fontSize=12,
this.fontWeight=FontWeight.normal,
});