SvgIcon constructor
const
SvgIcon(
- SvgIconData? icon, {
- Key? key,
- double? size,
- Color? color,
- TextDirection? textDirection,
- bool? applyTextScaling,
- String? semanticLabel,
Creates a svg icon widget.
Implementation
const SvgIcon(
this.icon, {
super.key,
this.size,
this.color,
this.textDirection,
this.applyTextScaling,
this.semanticLabel,
});