Update README.md

This commit is contained in:
Pooja Bhaumik
2018-09-20 05:30:13 +05:30
committed by GitHub
parent 49a63cf7cf
commit e984df64bf

View File

@@ -457,6 +457,19 @@ This is aimed for complete beginners in Flutter, to get them acquainted with the
),
</pre>
</td><td><img src="https://github.com/PoojaB26/FlutterBasicWidgets/blob/master/screenshots/but4.gif" width=200></td>
</tr>
<tr>
<td>
<pre>
IconButton(
color: Colors.purple,
splashColor: Colors.yellow,
// highlightColor: Colors.red,
icon: Icon(Icons.build, size: 40.0,),
onPressed: (){})
),
</pre>
</td><td><img src="https://github.com/PoojaB26/FlutterBasicWidgets/blob/master/screenshots/but5.gif" width=200></td>
</tr>
</table>