@override getBindingProperty(String key) { switch (key) { case 'width': return width; case 'height': return height; default: return super.getBindingProperty(key); } }