Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. actions: <Widget>[
  2. IconButton(icon:Icon(Icons.favorite,
  3. color: estaMarcada ? K.color_highlight : K.color_background),
  4. onPressed: () { setState(()
  5. {estaMarcada = not estaMarcada;});},
  6. ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement