It seems that the issue is that the origin is "null", is there some way to change it? I tried with the headers from the above code without success. I'm not sure how to fix this and why it happens in flutter but not with the android example. ...
Steps to Reproduce I'm trying to use a .nine picture: The Code: return new Stack(children: <Widget>[ new Positioned( child: new Image.asset("images/label_bg_left_9.png", fit: BoxFit.fill, centerSlice: new Rect.fromLTRB(6.0, 1.0, 17.0, 49...