listView property

bool listView
final

If you want to have the body in a ListView. This is particularily useful for pages with input that bring the keyboard up. The listview will make sure that everything on the page is visible even when the keyboard is in view so that there are no overflow errors.

Implementation

final bool listView;