TLogo constructor
const
TLogo({})
Implementation
const TLogo({
super.key,
this.icon,
this.text,
this.onTap,
this.axis = Axis.horizontal,
this.size = 40,
this.fontSize = 30,
this.spacing = 12,
});
const TLogo({
super.key,
this.icon,
this.text,
this.onTap,
this.axis = Axis.horizontal,
this.size = 40,
this.fontSize = 30,
this.spacing = 12,
});