NiceIconMorph constructor
const
NiceIconMorph({})
Implementation
const NiceIconMorph({
super.key,
required this.startIcon,
required this.endIcon,
this.isEnd = false,
this.duration = const Duration(milliseconds: 300),
this.curve = Curves.easeInOut,
this.size = 24,
this.color,
this.onToggle,
});