The Flexible does the trick new Container( child: Row( children: <Widget>[ Flexible( child: new Text("A looooooooooooooooooong text")) ], ));.
確定! 回上一頁