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