Ivan
0
Q:

column remove space between flutter

 Column(
   children: [
       SizedBox( // <-- use a sized box and change the height
         height: 40.0,
         child: ListTile(
         title: Text(element.controlConfig.label),
         ),
       ),
     ],
 ),
1

New to Communities?

Join the community