position method
Implementation
TextDrawer position(num x, num y) {
_startX = x.toDouble();
_x = x.toDouble();
_y = y.toDouble();
return this;
}
TextDrawer position(num x, num y) {
_startX = x.toDouble();
_x = x.toDouble();
_y = y.toDouble();
return this;
}