FeatherIcon constructor

const FeatherIcon(
  1. FeatherIcons icon, {
  2. Color? color,
  3. double? size,
  4. double? strokeWidth,
})

Implementation

const FeatherIcon(
  this.icon, {
  this.color,
  this.size,
  this.strokeWidth,
});