When i am wrapping scafflod with SingleChildScrollView this error is occured, anyone can give ma a solution for this
CodePudding user response:
Make Scaffold parent widget and inside scaffold body use SingleChildScrollView
Structure Scaffold -> body:SingleChildScrollView -> child: Other widgets
CodePudding user response:
Scaffold
comes over SingleChildScrollView