isBodyScrollable property
If the body of the form is not scrollable then it is wrapped in a SingleChildScrollView. This is required to ensure the form height is constrained to the formViewHeight and the scroll view port is correctly calculated when container size changes dynamically. Set this value to true if the body wraps a scrollable widget otherwise you will get a render error.
Implementation
final bool isBodyScrollable;