SmoothIconDataIcon constructor
const
SmoothIconDataIcon({})
Implementation
const SmoothIconDataIcon({
Key? key,
this.size = 24.0,
required this.iconData,
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);