flutter: Replace draw icon to Icons.view_agenda
This commit is contained in:
parent
566e30aac0
commit
3413d67a5f
|
@ -587,7 +587,7 @@ class _GamePageState extends State<GamePage> with RouteAware {
|
|||
iconArrow = Icons.toggle_on_outlined;
|
||||
break;
|
||||
default:
|
||||
iconArrow = Icons.thumbs_up_down_outlined;
|
||||
iconArrow = Icons.view_agenda;
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue