Answers for "column each child padding"

0

column each child padding

Wrap(
  spacing: 20, // to apply margin in the main axis of the wrap
  runSpacing: 20, // to apply margin in the cross axis of the wrap
  children: <Widget>[
     Text('child 1'),
     Text('child 2')
  ]
)
Posted by: Guest on August-14-2020

Code answers related to "column each child padding"

Browse Popular Code Answers by Language