#5 Flutter Interview Questions & Answers

Опубликовано: 26 Апрель 2023
на канале: IntelliLogics
347
8

Flutter Interview Questions ( Part 5 )

How to create a TextField with initial value?
We need to set a controller with an initial value — TextEditingController(text: “Initial Text”).
Is there any way to dismiss the keyboard programatically?
FocusScope.of(context).unfocus();
What are the ways to add a ‘ListView’ to a column?
We need to either explicitly set the height of the ListView, use the shrinkWrap property on the ListView, or wrap the ListView with an Expanded widget.
Which one you use depends on your design.


Смотрите видео #5 Flutter Interview Questions & Answers онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь IntelliLogics 26 Апрель 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 347 раз и оно понравилось 8 людям.