SmoothImageIcon constructor
const
SmoothImageIcon({})
Implementation
const SmoothImageIcon({
Key? key,
this.size = 24.0,
required this.iconPath,
this.color,
this.iconPadding,
this.backgroundColor,
this.paddingTop = 0.0,
this.paddingBottom = 0.0,
this.paddingLeft = 0.0,
this.paddingRight = 0.0,
}) : super(key: key);