mode property Null safety

RasterizeMode mode
final

Configuration that controls how the raster widget decides to draw its children.

Defaults to RasterizeMode.enabled, which throws an error when a platform view or other un-rasterizable view is encountered.

See RasterizeMode for more information.

Implementation

final RasterizeMode mode;