delegate property Null safety

RasterWidgetDelegate delegate
final

A delegate that allows customization of how the image is painted.

If not provided, defaults to a delegate which paints the child as is.

Implementation

final RasterWidgetDelegate delegate;