Quantcast
Channel: User Giraldi - Stack Overflow
Viewing all articles
Browse latest Browse all 51

Answer by Giraldi for Flutter Row with CrossAxisAlignment.stretch throws error BoxConstraints forces an infinite height

$
0
0

You wrap your Row in IntrinsicHeight first.

IntrinsicHeight(  child: Row(    mainAxisAlignment: MainAxisAlignment.center,    crossAxisAlignment: CrossAxisAlignment.stretch,    children: <Widget>[Text('OK'), Text('Then')],  ),),

Viewing all articles
Browse latest Browse all 51

Latest Images

Trending Articles





Latest Images