Flutter Tutorial - Layout Widgets #20 Intrinsic Height

Описание к видео Flutter Tutorial - Layout Widgets #20 Intrinsic Height

Facebook :   / edmtdev  
Link donate : http://paypal.me/edmtdev

#Flutter #FlutterEDMTDev #EDMTDev

A widget that sizes its child to the child's intrinsic height.

This class is useful, for example, when unlimited height is available and you would like a child that would otherwise attempt to expand infinitely to instead size itself to a more reasonable height.

This class is relatively expensive, because it adds a speculative layout pass before the final layout phase. Avoid using it where possible. In the worst case, this widget can result in a layout that is O(N²) in the depth of the tree.

flutter tutorial,flutter tutorial android,flutter tutorial ios,flutter cross platform,flutter tutorial beginner,flutter tutorial for beginners android studio,flutter tutorial in android studio,flutter tutorial app,flutter tutorial android studio,flutter tutorial android studio for beginners,dart flutter tutorial,flutter tutorial for ios,flutter tutorial for beginners,flutter tutorial firebase,flutter tutorial from scratch

Комментарии

Информация по комментариям в разработке