Flutter expansion tile remove trailing
问题 i have a exoansiontile and i want it to be like a box, everything centered, the problem is that if i add a text that is too long, i get the overflow error and i think this is caused by the trailing of the expansion tile. Here is a picture: https://gyazo.com/c29329106dc5dcb162b71b5f41951b67 Here is the code: ExpansionTile( trailing: Text(''), leading: Container( margin: new EdgeInsets.only(left: 0, top: 10.0, right: 0.0, bottom: 0.0), child: Image.asset( 'images/food.png' )), title: Row(