EcpIcon constructor

const EcpIcon({
  1. Key? key,
  2. String? id,
  3. Widget? defaultIcon,
  4. double? width,
  5. double? height,
  6. BoxFit fit = BoxFit.cover,
  7. EcpIconEntity? icon,
})

Implementation

const EcpIcon({
  super.key,
  this.id,
  this.defaultIcon,
  this.width,
  this.height,
  this.fit = BoxFit.cover,
  this.icon,
});