ScrollFloat constructor
const
ScrollFloat({})
Implementation
const ScrollFloat({
super.key,
required this.text,
this.style,
this.duration = const Duration(milliseconds: 600),
this.curve = Curves.easeOutBack,
this.stagger = 0.03,
this.loop = false,
});