Home > Mobile >  How to use Wrap widget inside column widget in flutter
How to use Wrap widget inside column widget in flutter

Time:10-12

I want to display items in a row using wrap widget, my code stack look like this

column>padding>wrap

and its output is this

enter image description here

i want them i row like in this enter image description here

Your Screen vertical Axis Direction-> enter image description here

CodePudding user response:

I just removed the padding widget above the Wrap, and it work fine, but i want to have a padding, how can start my tags from the rightmost. if any one please tell me.

  • Related