useSingleChildScrollView property

bool useSingleChildScrollView
final

Whether to use SingleChildScrollView to create scrolling components Set to false when the page logic is complex to improve the sliding performance

Implementation

final bool useSingleChildScrollView;