草庐IT

hasBoundedWidth

全部标签

flutter - 'constraints.hasBoundedWidth' : is not true

以下是我的代码main()=>runApp(MyApp());classMyAppextendsStatelessWidget{@overrideWidgetbuild(BuildContextcontext){returnMaterialApp(title:"StudentInfo",debugShowCheckedModeBanner:false,home:SafeArea(child:HomePage(),),);}}classHomePageextendsStatelessWidget{@overrideWidgetbuild(BuildContextcontext){retu