addToPath method
Modify the path to your requirement here
Implementation
@override
void addToPath(Path path, Canvas canvas, Size size) {
path.addOval(
Rect.fromPoints(
_getEffectiveStart(size),
_getEffectiveEnd(size),
),
);
}