NiceAnimatedSwapIcon constructor
const
NiceAnimatedSwapIcon({})
Implementation
const NiceAnimatedSwapIcon({
super.key,
required this.firstIcon,
required this.secondIcon,
this.showSecond = false,
this.duration = const Duration(milliseconds: 300),
this.size = 24,
this.color,
this.onTap,
});