We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51182ad commit d74dd40Copy full SHA for d74dd40
ninja_id/lib/main.dart
@@ -87,7 +87,7 @@ class NinjaCard extends StatelessWidget {
87
Row(
88
children: <Widget>[
89
Icon(
90
- Icons.alternate_email,
+ Icons.email,
91
color: Colors.grey[400],
92
),
93
SizedBox(width: 10.0),
@@ -101,24 +101,6 @@ class NinjaCard extends StatelessWidget {
101
)
102
],
103
104
- SizedBox(height: 20.0),
105
- Row(
106
- children: <Widget>[
107
- Icon(
108
- Icons.phone_android,
109
- color: Colors.grey[400],
110
- ),
111
- SizedBox(width: 10.0),
112
- Text(
113
- '+44 (0) 1234 567 891',
114
- style: TextStyle(
115
116
- fontSize: 18.0,
117
- letterSpacing: 1.0,
118
119
- )
120
- ],
121
122
123
124
0 commit comments