The paint operation of this element.
@override void paint(PCanvas pCanvas) { var style = this.style; if (style != null) { pCanvas.fillRect(x, y, width, height, style); } }