If true, the center part of the sprite will be drawn, this is the default behavior.
bool get drawCenterPart => _drawCenterPart;
set drawCenterPart(bool drawCenterPart) { _drawCenterPart = drawCenterPart; _isDirty = true; }