Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter IconButton splashRadius theme

Tags:

flutter

How to change the splash Radius for all Icon buttons from the app theme not individually like this

IconButton(
onPressed: (){},
icon: Icon(Icons.keyboard_arrow_down_rounded),
splashRadius: 20,
),
like image 412
amr samy Avatar asked Oct 26 '25 08:10

amr samy


1 Answers

According to documentation :

If null, default splash radius of Material.defaultSplashRadius is used.

You can't get it from a Theme : it's either the individual setting, either a Material constant.

like image 95
Tanguy Avatar answered Oct 27 '25 23:10

Tanguy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!