RoundSearchIcon constructor
const
RoundSearchIcon({})
Implementation
const RoundSearchIcon({
Key? key,
this.width = 40,
this.boxShadow,
this.iconColor = const Color(0xff47E10C),
this.backgroundColor = const Color(0xff353535),
}) : super(key: key);