@override Path createPath(double size, Neighbors? neighbors) => Path() ..addRect(Rect.fromLTRB(0, 0, size, size));