Flexible(
child: ConstrainedBox( constraints: BoxConstraints(maxWidth: 150), child: Container( color : Colors.blue, child: Text('Your Text here'), ), ), ),
沒有留言:
發佈留言