beforePaintImage property

BeforePaintImage? beforePaintImage
final

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

Implementation

final BeforePaintImage? beforePaintImage;