“Clutter Auto Height Container” Ответ

Clutter Auto Height Container

Container(
    constraints: BoxConstraints(
    maxHeight: double.infinity,
),
child: Column(
children: [
  Text(
    'Hello flutter...i like flutter...i like google...',
    softWrap: true,
    style: TextStyle(
        color: Colors.white, fontSize: 20 , ),

  ),],),)
jaturon

Высота контейнера трепетать 100 процентов

MediaQuery.of(context).size.height * 0.25
XeN0N

Ответы похожие на “Clutter Auto Height Container”

Вопросы похожие на “Clutter Auto Height Container”

Больше похожих ответов на “Clutter Auto Height Container” по Dart

Смотреть популярные ответы по языку

Смотреть другие языки программирования