Answers for "Icon button color is not visible"

0

Icon button color is not visible

IconButton(
             color: Colors.red,
             icon: new Icon(Icons.chevron_left, color: Colors.green, ),
             onPressed: () => {},
),
Posted by: Guest on April-26-2021

Code answers related to "Icon button color is not visible"

Browse Popular Code Answers by Language