Icon button color is not visible code example
Example: Icon button color is not visible
IconButton(
color: Colors.red,
icon: new Icon(Icons.chevron_left, color: Colors.green, ),
onPressed: () => {},
),
IconButton(
color: Colors.red,
icon: new Icon(Icons.chevron_left, color: Colors.green, ),
onPressed: () => {},
),