From 3ade4642f3b2d617c3024773f3cfda1dc31b0478 Mon Sep 17 00:00:00 2001 From: Pooja Bhaumik Date: Sun, 18 Oct 2020 21:11:46 +0530 Subject: [PATCH] Remove colors property from FlutterLogo --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0ae3a26..09f3bbb 100644 --- a/README.md +++ b/README.md @@ -489,7 +489,6 @@ No need of running the project, simply run the code in the new official Flutter children: [ FlutterLogo( size: 100.0, - colors: Colors.red, ), Text("Column 2", style: bigStyle,), Container( @@ -513,7 +512,6 @@ No need of running the project, simply run the code in the new official Flutter children: [ FlutterLogo( size: 100.0, - colors: Colors.red, ), Text("Child Two", style: bigStyle,), Container(