Visual Studio Code (Flutter - Dart) SingleChildScrollView enable disable scroll

Опубликовано: 23 Октябрь 2024
на канале: Ferer Atlus
1,363
3

Learn to use Null optional default value with dart, Ternary operator based on the code of checking it can scroll or not

These are the Widgets and other components that will help you in designing dynamic layout

FractionallySizedBox - A widget that sizes its child to a fraction of the total available space
widthFactor - Accumulate percentage of the width for Parent Widget
heightFactor - Accumulate percentage of the height for Parent Widget
Row - Like Linearlayout orientation horizontal in android
NeverScrollableScrollPhysics - to disable the scroll
AlwaysScrollableScrollPhysics - to enable the scroll
Stack - Like Relativelayout in android

➤Source Code:
https://github.com/benedictcontawe/Fl...