✳flâneur — a map of the web's best reading
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
Explore this link on the map →saved by
related reading
- Scaffold class - material library - Dart APIapi.flutter.dev
- LayoutBuilder class - widgets library - Dart APIapi.flutter.dev
- Chloe's Gardenchloeyan.me
- Hide or Show App bar and Bottom Navigation bar while scrolling in Flutter. | by Snehal Masalkar | nonstopiomedium.com
- Virtualizer | TanStack Virtual Docstanstack.com
- Using stacks to arrange views | Apple Developer Documentationdeveloper.apple.com
- Laying out a simple view | Apple Developer Documentationdeveloper.apple.com
- Layout | Apple Developer Documentationdeveloper.apple.com
- SwiftUI by Example - free quick start tutorials for Swift developershackingwithswift.com
- Practice | GeeksforGeeks | A computer science portal for geeksgeeksforgeeks.org
- Material Designm2.material.io
- Introduction | TanStack Virtual Docstanstack.com