Returns a zero-sized bounds rectangle (borders draw into provided areas).
@override Rectangle bounds() => const Rectangle(minX: 0, minY: 0, maxX: 0, maxY: 0);