草庐IT

createListTile

全部标签

flutter - 当文本太长时,卡片元素会缩小高度

我的项目中有一个类应该显示一列卡片。不幸的是,我遇到了一些意想不到的行为:如果字幕文本太长而被换行,整张卡片的尺寸就会缩小。constdoubleOUTER_SPACING=24.0;constdoubleLINE_SPACING=16.0;classTempTypeSelectionextendsStatelessWidget{@overrideWidgetbuild(BuildContextcontext){returnSafeArea(child:Scaffold(appBar:AppBar(title:Text('SelectType'),),body:Container(ma

flutter - 当文本太长时,卡片元素会缩小高度

我的项目中有一个类应该显示一列卡片。不幸的是,我遇到了一些意想不到的行为:如果字幕文本太长而被换行,整张卡片的尺寸就会缩小。constdoubleOUTER_SPACING=24.0;constdoubleLINE_SPACING=16.0;classTempTypeSelectionextendsStatelessWidget{@overrideWidgetbuild(BuildContextcontext){returnSafeArea(child:Scaffold(appBar:AppBar(title:Text('SelectType'),),body:Container(ma