imageBuilder property

SvgImageWidgetBuilder? imageBuilder
final

A builder that wraps the successfully loaded SVG widget.

This builder is only called when the SVG has been successfully parsed and is ready to be painted. It can be used to apply decorations such as borders or shadows only when the image is available, without affecting the placeholder or error states.

Implementation

final SvgImageWidgetBuilder? imageBuilder;