MarkerSettings constructor
const
MarkerSettings({
- bool isVisible = false,
- Color? color,
- DataMarkerType shape = DataMarkerType.circle,
- double height = 8.0,
- double width = 8.0,
- Color? borderColor,
- double borderWidth = 2.0,
- ImageProvider<
Object> ? image,
Creating an argument constructor of MarkerSettings class.
Implementation
const MarkerSettings({
this.isVisible = false,
this.color,
this.shape = DataMarkerType.circle,
this.height = 8.0,
this.width = 8.0,
this.borderColor,
this.borderWidth = 2.0,
this.image,
});