FunkyIcon constructor
const
FunkyIcon(
- FunkyIcons icon, {
- FunkyIconStyle style = FunkyIconStyle.outline,
- Color color = Colors.black,
- BoxFit fit = BoxFit.contain,
- double? width,
- double? height,
- Key? key,
Implementation
const FunkyIcon(
this.icon, {
this.style = FunkyIconStyle.outline,
this.color = Colors.black,
this.fit = BoxFit.contain,
this.width,
this.height,
super.key,
});