Flutter Row Column Grid Text Allignment
CodePudding user response:
Use Wrap
widget
Wrap(
children:[],
)
Make width of the each widget in children to half of the total width
CodePudding user response:
You have to use Warp. use this structure:
Wrap(children:[])