EasyIcon constructor

const EasyIcon(
  1. IconData? icon, {
  2. Key? key,
  3. Color? color = iBlack,
  4. double? size,
  5. double? opacity,
  6. String? semanticLabel,
})

Implementation

const EasyIcon(
  this.icon, {
  Key? key,
  this.color = iBlack,
  this.size,
  this.opacity,
  this.semanticLabel,
}) : super(key: key);