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