marquee
marquee copied to clipboard
When I change the text, it doesn't pause at the end of the text
trafficstars
Consumer<AddressViewModel>(
builder: (context , viewModel , child){
return Marquee(
text: viewModel.address,
blankSpace: 60.0,
pauseAfterRound: Duration(seconds: 1),
);
}
),
when the text is too long , it will be happen
That doesn't look right 😕 Sadly, I currently don't have the resources to actively look into that issue and maintain this repository.
I know it's a lot to ask but if you really need this to get fixed, maybe you could look into the issue yourself and come up with a solution? I'd be happy to accept PRs.