|
|
@ -304,10 +304,13 @@ class _AutoScrollTextState extends State<AutoScrollText> { |
|
|
|
style: widget.style, |
|
|
|
style: widget.style, |
|
|
|
textAlign: widget.textAlign, |
|
|
|
textAlign: widget.textAlign, |
|
|
|
) |
|
|
|
) |
|
|
|
: Text( |
|
|
|
: Padding( |
|
|
|
_endlessText ?? _text, |
|
|
|
padding: widget.padding, |
|
|
|
style: widget.style, |
|
|
|
child: Text( |
|
|
|
textAlign: widget.textAlign, |
|
|
|
_endlessText ?? _text, |
|
|
|
|
|
|
|
style: widget.style, |
|
|
|
|
|
|
|
textAlign: widget.textAlign, |
|
|
|
|
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|