marquee icon indicating copy to clipboard operation
marquee copied to clipboard

When I change the text, it doesn't pause at the end of the text

Open ChunPangWong opened this issue 5 years ago • 2 comments
trafficstars

                              Consumer<AddressViewModel>(
                                builder: (context , viewModel , child){
                                  return Marquee(
                                    text: viewModel.address,
                                    blankSpace: 60.0,
                                    pauseAfterRound: Duration(seconds: 1),
                                  );
                                }
                              ),

ChunPangWong avatar Dec 17 '19 02:12 ChunPangWong

when the text is too long , it will be happen

ChunPangWong avatar Dec 17 '19 02:12 ChunPangWong

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.

MarcelGarus avatar Jan 20 '20 22:01 MarcelGarus