Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please fix the padding issue in ReverseCountDown #16

Closed
kadarsh11 opened this issue Oct 29, 2019 · 1 comment
Closed

Please fix the padding issue in ReverseCountDown #16

kadarsh11 opened this issue Oct 29, 2019 · 1 comment

Comments

@kadarsh11
Copy link

Hi Hung,

Thanks for making this great package....Saved a lot of time for me.

Please fix the reverseCountdown function. Padding in this function is by deafult set to 180.

Please change the padding at line no 282

padding: const EdgeInsets.only(top: 180.0)

To

padding: const EdgeInsets.only(top: 3.0)
// Change 180 to anything you want.
@hnvn
Copy link
Owner

hnvn commented Nov 21, 2019

fixed

@hnvn hnvn closed this as completed Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants