Closed mdmota closed 3 years ago
Did you try with Container
+ LayoutBuilder
? in layout builder you can get the constraints
.
Can you give me an example?
How to define the LinearPercentIndicator with width 100% in relation to the container in which it is inserted?
if you were successful in achieving this can you please share your code?
You can put LinearPercentIndicator inside a row with flexible.
Row( children:[ Flexible( child: LinearPercentIndicator() ) ])
How to define the LinearPercentIndicator with width 100% in relation to the container in which it is inserted?