smladeoye / flutter-simple-timer

A Simple Flutter Timer Widget with various customizable features.
MIT License
19 stars 7 forks source link

Removing the circle outline #8

Closed vegeta-ssaiyan closed 3 years ago

vegeta-ssaiyan commented 3 years ago

Hi, is it possible to remove the circle outline in my code? Just need the timer

smladeoye commented 3 years ago

Hi, yes, you can hide the progress indicator and show only the countdown text by setting the below property on the widget:

displayProgressIndicator: false

vegeta-ssaiyan commented 3 years ago

Thank you!