@override int get screenLeft => obj.screenLeft;
set screenLeft(int value) { obj.screenLeft = value; }