mirror of
https://github.com/PoojaB26/FlutterBasicWidgets.git
synced 2026-04-05 06:09:02 +08:00
Remove colors property from FlutterLogo
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user