class PointPainter extends CustomPainter { final double percentage; final String today; final double _goal; PointPainter(this.percentage, this.today, this._goal)