Q:

give spacing in flutter

Column(
  children: <Widget>[
    Widget1(),
    SizedBox(height: 10),
    Widget2(),
  ],
),
2

New to Communities?

Join the community