TIcon constructor
const
TIcon({})
Implementation
const TIcon({
super.key,
required this.icon,
this.onTap,
this.size = 16,
this.active = false,
this.padding = const EdgeInsets.all(8),
this.turns,
this.animationMilliseconds = 200,
this.color,
this.activeColor,
this.hoverColor,
});