UIconPrimary constructor

const UIconPrimary(
  1. String source, {
  2. Key? key,
  3. Color? color,
  4. double? width,
  5. double? height,
  6. String? placeholder,
  7. ProgressIndicatorBuilder? progressIndicatorBuilder,
  8. BoxFit fit = BoxFit.contain,
  9. double borderRadius = 1,
})

Implementation

const UIconPrimary(
  this.source, {
  super.key,
  this.color,
  this.width,
  this.height,
  this.placeholder,
  this.progressIndicatorBuilder,
  this.fit = BoxFit.contain,
  this.borderRadius = 1,
});