DefaultMarker constructor

const DefaultMarker({
  1. num? hue,
})

Provide an optional hue for the default marker.

Implementation

const DefaultMarker({this.hue}) : super._();