[flutter] 防止 stack 布局的组件被软键盘顶起导致的 overflow 错误

解决方法: 参考代码:

[flutter/ios] type ‘StackParentData’ is not a subtype of type ‘FlexParentData’ in type cast

原因是:在 Stack 组件中使用了类似 Expanded、Flexible 组件