useSingleChildScrollView property
default true, wraps container with a SingleChildScrollView. if set to false, there is no SingleChildScrollView, and you can optimize scrolling based on your desires
Implementation
final bool useSingleChildScrollView;