willChange property Null safety
final
Whether the raster cache should be told that this painting is likely to change in the next frame.
This flag can't be set to true if both painter and foregroundPainter are null because this flag will be ignored in such case.
Implementation
final bool willChange;