RoundedIcon constructor

const RoundedIcon({
  1. Key? key,
  2. String? assetPath,
  3. String? imageUrl,
  4. Color? assetColor,
  5. Color? circleColor,
  6. Color? borderColor,
  7. double size = 34.0,
  8. double padding = 8.0,
  9. double? borderRadius,
})

Implementation

const RoundedIcon({
  super.key,
  this.assetPath,
  this.imageUrl,
  this.assetColor,
  this.circleColor,
  this.borderColor,
  this.size = 34.0,
  this.padding = 8.0,
  this.borderRadius,
});