createPaint abstract method
Evaluates the painting effect at animation value t
typically used to create shaders e.g LinearGradient shaders
Implementation
Paint createPaint(double t, Rect rect, TextDirection? textDirection);
Evaluates the painting effect at animation value t
typically used to create shaders e.g LinearGradient shaders
Paint createPaint(double t, Rect rect, TextDirection? textDirection);