markGradientDirty method Null safety
Mark the gradient as needing to be rebuilt. This is a more efficient version of markStopsDirty as it won't re-sort the stops.
Implementation
void markGradientDirty() => addDirt(ComponentDirt.paint);
Mark the gradient as needing to be rebuilt. This is a more efficient version of markStopsDirty as it won't re-sort the stops.
void markGradientDirty() => addDirt(ComponentDirt.paint);