基本页面布局 Scaffold 中有个 ListView,ListView 中有 100 个高 50 的 Container 用作辅助观看,ListView 中第三个元素是一个 GridView,GridView 的滑动效果被禁止。 class GiveView extends GetView<GiveController> { const GiveView({Key? key}) : super(key: key); @override Widget build(BuildContext contex…