FUI constructor
const
FUI(})
Creates a fui_kit icon.
file is the SVG asset path of the icon, normally one of the constants
exposed by the style classes (for example RegularRounded.add).
Implementation
const FUI(
this.file, {
super.key,
this.width,
this.height,
this.color,
this.semanticLabel,
this.fit = BoxFit.contain,
this.matchTextDirection = false,
});