diegoveloper / flutter_percent_indicator

Flutter percent indicator library
BSD 2-Clause "Simplified" License
679 stars 206 forks source link

Can I set radius to double.infinity? #137

Closed frankcheng2020 closed 2 years ago

frankcheng2020 commented 2 years ago

I tried but get error, Is it possible to implement it? Thank u very much.

nipun-solutelabs commented 2 years ago

@frankcheng2020,

I think infinity will give it unconstrained dimensions

If you want to implement such things then you can try wrapping it under either : FittedBox or Use LayoutBuilder as an alternative

PS :- Just an idea !