Use Wrap Widget instead.
Wrap( children: [ Text(chipText), SizedBox(width : 10), IconButton( icon: Icon(Icons.clear), onPressed: (){}, ) ], ),