svgRasterSize property

int svgRasterSize
getter/setter pair

The size (in logical pixels, square) used when rasterizing Flutter asset SVGs referenced by image fields (e.g. CPListItem.image, CPGridButton.image, CPPoi.image) before they are sent to the native side. Defaults to defaultSvgRasterSize (120).

Implementation

static int svgRasterSize = defaultSvgRasterSize;