backgroundColor property

dynamic backgroundColor

Implementation

external dynamic /*String|CanvasGradient|CanvasPattern|List<String>*/ get backgroundColor;
void backgroundColor=(dynamic v)

Implementation

external set backgroundColor(
    dynamic /*String|CanvasGradient|CanvasPattern|List<String>*/ v);