DefaultSvgTheme constructor
Creates a default SVG theme for the given subtree
using the provided theme
.
Implementation
const DefaultSvgTheme({
super.key,
required super.child,
required this.theme,
});
Creates a default SVG theme for the given subtree
using the provided theme
.
const DefaultSvgTheme({
super.key,
required super.child,
required this.theme,
});