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