SingleChildScrollView class - widgets library - Dart API
api.flutter.dev · 1,552 words · saved by 1 readers
API docs for the SingleChildScrollView class from the widgets library, for the Dart programming language.
SingleChildScrollView class - widgets library - Dart API description SingleChildScrollView class A box in which a single widget can be scrolled. This widget is useful when you have a single box that will normally be entirely visible, for example a clock face in a time picker, but you need to make sure it can be scrolled if the container gets too small in one axis (the scroll direction). It is also useful if you need to shrink-wrap in both axes (the main scrolling direction as well as the cross axis), as one might see in a dialog or pop-up menu. In that case, you might pair the SingleChildScrol
saved by
related reading
- Scaffold class - material library - Dart APIapi.flutter.dev
- LayoutBuilder class - widgets library - Dart APIapi.flutter.dev
- Flutter - Build apps for any screenflutter.dev
- Chloe's Gardenchloeyan.me
- Hide or Show App bar and Bottom Navigation bar while scrolling in Flutter. | by Snehal Masalkar | nonstopiomedium.com
- Anime.js | JavaScript Animation Engineanimejs.com
- GitHub - duartebarbosadev/Scrolless: Scrollessgithub.com
- Virtualizer | TanStack Virtual Docstanstack.com
- Using stacks to arrange views | Apple Developer Documentationdeveloper.apple.com
- React Virtuosovirtuoso.dev
- srclsacred.computer
- Laying out a simple view | Apple Developer Documentationdeveloper.apple.com