backgroundColor property

dynamic get backgroundColor

Implementation

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

Implementation

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