Jonny Borges
Committed by GitHub

Merge pull request #620 from mohak852/master

Removed the bottom sheet from the sample app.
@@ -44,23 +44,6 @@ class HomeView extends GetView<HomeController> { @@ -44,23 +44,6 @@ class HomeView extends GetView<HomeController> {
44 fontSize: 30, 44 fontSize: 30,
45 ), 45 ),
46 ), 46 ),
47 - RaisedButton(  
48 - child: Text("data"),  
49 - onPressed: (){  
50 - Get.bottomSheet(  
51 - BottomSheet(  
52 - onClosing: (){},  
53 - backgroundColor: Colors.amber,  
54 - builder: (context) {  
55 - return Container(  
56 - height: 50,  
57 - color: Colors.amber,  
58 - );  
59 - },  
60 - ),  
61 - persistent: false  
62 - );  
63 - }),  
64 Text( 47 Text(
65 '${controller.cases.value.global.totalConfirmed}', 48 '${controller.cases.value.global.totalConfirmed}',
66 style: TextStyle(fontSize: 45, fontWeight: FontWeight.bold), 49 style: TextStyle(fontSize: 45, fontWeight: FontWeight.bold),