DefaultMarker constructor
const
DefaultMarker({
- num? hue,
Provide an optional hue
for the default marker.
Implementation
const DefaultMarker({this.hue}) : super._();
Provide an optional hue
for the default marker.
const DefaultMarker({this.hue}) : super._();