pointBackgroundColor property
dynamic
get
pointBackgroundColor
Implementation
external dynamic /*String|CanvasGradient|CanvasPattern|List<String>|List<String|CanvasGradient|CanvasPattern|List<String>>*/ get pointBackgroundColor;
set
pointBackgroundColor
(dynamic v)
Implementation
external set pointBackgroundColor(
dynamic /*String|CanvasGradient|CanvasPattern|List<String>|List<String|CanvasGradient|CanvasPattern|List<String>>*/ v);