MeshGradientPoint getMeshPointNormalized(double x, double y) => MeshGradientPoint( position: Offset(x, y), color: getColorNormalized(x, y));