TMapPolygon constructor
const
TMapPolygon({})
Implementation
const TMapPolygon({
required this.points,
this.color = const Color(0x332196F3),
this.borderColor = Colors.blue,
this.borderWidth = 1.0,
});
const TMapPolygon({
required this.points,
this.color = const Color(0x332196F3),
this.borderColor = Colors.blue,
this.borderWidth = 1.0,
});