updated: dropdown_button example readme

added: demo gif
This commit is contained in:
Nishant Srivastava
2018-03-15 10:13:06 +05:30
parent 6f260533e1
commit 45d1ff873e
3 changed files with 7 additions and 4 deletions

View File

@ -39,6 +39,7 @@ class MyAppState extends State<MyApp> {
@override
Widget build(BuildContext context) {
return new MaterialApp(
debugShowCheckedModeBanner: false,
home: new Scaffold(
appBar: new AppBar(
title: new Text("DropDown Button Example"),