Features
Text Marquee
Usage
Use instead of Text widget
MarqueeEZ(
text:"test",
width: 100,
style: const TextStyle(
color: Colors.red,
fontSize: 12,
),
),
Text Marquee
Use instead of Text widget
MarqueeEZ(
text:"test",
width: 100,
style: const TextStyle(
color: Colors.red,
fontSize: 12,
),
),