AnimatedScrollingText constructor
const
AnimatedScrollingText({})
Implementation
const AnimatedScrollingText({
super.key,
required this.widgets,
this.height = 35,
this.width = 200,
this.delay = const Duration(seconds: 2),
this.padding = const EdgeInsets.only(top: 2, bottom: 2),
});