Travis_h
0
Q:

icon onpressed flutter

  IconButton(    icon: Icon(Icons.bluetooth),    color: Colors.grey,    highlightColor: Colors.red,    hoverColor: Colors.green,    focusColor: Colors.purple,    splashColor: Colors.yellow,    disabledColor: Colors.amber,    iconSize: 48,    onPressed: () {      setState(() {        _isBluetoothOn = !_isBluetoothOn;      });    },  ),
0
final VoidCallback onPressed

0

New to Communities?

Join the community