RasterWidgetController constructor Null safety
- {bool rasterize = false}
Create a new RasterWidgetController.
By default, rasterize
is false
and cannot be null
.
Implementation
RasterWidgetController({
bool rasterize = false,
}) : _rasterize = rasterize;