FastTyrcordAnimatedLogo constructor
const
FastTyrcordAnimatedLogo({})
Constructor for creating a FastTyrcordAnimatedLogo.
Implementation
const FastTyrcordAnimatedLogo({
super.key,
this.animationDuration = const Duration(milliseconds: 600),
this.animationCurve = Curves.easeInOut,
this.color = const Color(0xFF434343),
this.size = const Size(64, 64),
});