Here my code:
IconButton(
icon: Icon(CupertinoIcons.add_circled),
color: Colors.orange,
iconSize: CustomTheme.iconSize,
splashColor: Colors.pink,
onPressed: () {
.....anything
},
),
When I press the IconButton on the left side, it gets a grey circled background which will be filled by the pink splash color.
My question: How can I change the GREY color or even remove it completely???
add the following property