defaultPlaceholderBuilder property
The default placeholder for a SVG that may take time to parse or retrieve, e.g. from a network location.
Implementation
static WidgetBuilder defaultPlaceholderBuilder = (BuildContext ctx) =>
const LimitedBox();
The default placeholder for a SVG that may take time to parse or retrieve, e.g. from a network location.
static WidgetBuilder defaultPlaceholderBuilder = (BuildContext ctx) =>
const LimitedBox();