Rect inflatePercent(double percent) => Rect.fromCenter( center: center, width: width + (width * percent), height: height + (height * percent));