Remove colors property from FlutterLogo

This commit is contained in:
Pooja Bhaumik
2020-10-18 21:11:46 +05:30
committed by GitHub
parent 370df1de6b
commit 3ade4642f3

View File

@@ -489,7 +489,6 @@ No need of running the project, simply run the code in the new official Flutter
children: <Widget>[
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: <Widget>[
FlutterLogo(
size: 100.0,
colors: Colors.red,
),
Text("Child Two", style: bigStyle,),
Container(