afterPaintImage property

AfterPaintImage? afterPaintImage
final

you can paint anything if you want after paint image. it's to used in ExtendedRawImage and ExtendedRenderImage

Implementation

final AfterPaintImage? afterPaintImage;