MarqueeText constructor
Implementation
const MarqueeText({
required this.text,
this.style,
this.scrollDuration = const Duration(seconds: 10),
this.pauseDuration = const Duration(seconds: 2),
super.key,
});
const MarqueeText({
required this.text,
this.style,
this.scrollDuration = const Duration(seconds: 10),
this.pauseDuration = const Duration(seconds: 2),
super.key,
});