SvgTheme constructor
Instantiates an SVG theme with the currentColor
and fontSize
.
Defaults the fontSize
to 14.
Implementation
const SvgTheme({
this.currentColor = Color.opaqueBlack,
this.fontSize = 14,
double? xHeight,
}) : xHeight = xHeight ?? fontSize / 2;