PolylineHandleOptions constructor
const
PolylineHandleOptions({})
Implementation
const PolylineHandleOptions({
this.size = 14.0,
this.color = const Color(0xFFFFFFFF),
this.borderColor = const Color(0xFF2196F3),
this.borderWidth = 2.0,
this.activeColor = const Color(0xFF2196F3),
this.activeBorderColor = const Color(0xFFFFFFFF),
this.activeBorderWidth = 2.0,
this.touchSizeFactor = 1.5,
});