Commit 01335cd2 authored by Izol's avatar Izol

change button text and color

parent 8d34c68a
...@@ -1283,6 +1283,8 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback { ...@@ -1283,6 +1283,8 @@ class _HomePageState extends State<HomePage> implements AlertDialogCallback {
fontSize: 18, fontSize: 18,
fontWeight: light, fontWeight: light,
), ),
btnOkText: "Coba lagi",
btnOkColor: Colors.blue,
btnOkOnPress: (){ btnOkOnPress: (){
countMax = 0 ; countMax = 0 ;
tapBalance(); tapBalance();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment