From 195a4b96ee90419ff3e6e4c9c77d619e71d3f2df Mon Sep 17 00:00:00 2001 From: NikhilVadoliya Date: Mon, 4 Jan 2021 10:44:50 +0530 Subject: [PATCH] update README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54cc621..ae7851c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ You can override the `animationDuration` of animation of the button by setting i textStyle: TextStyle( fontSize: 28, letterSpacing: 5, - color: Colors.white, + color: Colors.deepOrange, fontWeight: FontWeight.w300), ) ```