FunkyIcon constructor

const FunkyIcon(
  1. FunkyIcons icon, {
  2. FunkyIconStyle style = FunkyIconStyle.outline,
  3. Color color = Colors.black,
  4. BoxFit fit = BoxFit.contain,
  5. double? width,
  6. double? height,
  7. 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,
});