defaultSvgRasterSize top-level constant
int
const defaultSvgRasterSize
Default raster size (in logical pixels, square) used when an SVG asset is rasterized to PNG bytes for native consumption.
This can be overridden globally via FlutterCarplay.svgRasterSize / FlutterAndroidAuto.svgRasterSize, which are forwarded to resolveSvgInPayload.
Implementation
const defaultSvgRasterSize = 120;