void bitmapData=(BitmapData value)

Gets and sets the BitmapData of this Scale9Bitmap.

Source

@override
set bitmapData(BitmapData value) {
  super.bitmapData = value;
  _updateRenderTextureQuads();
}