MaterialTapTargetSize
全部标签 我尝试在我的一个屏幕上添加两个float操作按钮,结果在第一次重新加载应用后出现黑屏。Column(mainAxisSize:MainAxisSize.min,children:[FloatingActionButton(onPressed:(){},materialTapTargetSize:MaterialTapTargetSize.padded,backgroundColor:Colors.green,child:constIcon(Icons.map,size:36.0),),SizedBox(height:16.0,),FloatingActionButton(onPress
我尝试在我的一个屏幕上添加两个float操作按钮,结果在第一次重新加载应用后出现黑屏。Column(mainAxisSize:MainAxisSize.min,children:[FloatingActionButton(onPressed:(){},materialTapTargetSize:MaterialTapTargetSize.padded,backgroundColor:Colors.green,child:constIcon(Icons.map,size:36.0),),SizedBox(height:16.0,),FloatingActionButton(onPress