ScrollingText constructor
const
ScrollingText({})
Implementation
const ScrollingText({
required this.text,
super.key,
this.textStyle,
this.maxLengthForScrolling = 10,
this.color,
this.height,
this.width,
this.textAlign,
this.scrollAxis = Axis.horizontal,
this.ratioOfBlankToScreen = 0.25,
});