您可以将芯片包装在
Transform小部件中并按以下方式缩放比例:
Transform( transform: new Matrix4.identity()..scale(0.8), child: new Chip( label: new Text( "Chip", overflow: TextOverflow.ellipsis, style: new TextStyle(color: Colors.white), ), backgroundColor: const Color(0xFFa3bdc4), ), ),



