I have 2 questions.
You can use size property for Icon.
size
Icon
Icon( Icons.radio_button_checked, size: 12, ),
And for IconButton you can use
IconButton
Transform.scale( scale: 0.5, child: IconButton( onPressed: (){}, icon: new Image.asset("images/IG.png"), ), ),