瀏覽代碼

Pre Changes

c90Beretta 2 月之前
父節點
當前提交
72dda3fe34
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/mvvm/views/home/home_screen.dart

+ 2 - 2
lib/mvvm/views/home/home_screen.dart

@@ -17,7 +17,7 @@ class Formulario extends State<HomeScreen> {
 
   @override
   Widget build(BuildContext context) {
-    var _selectedIndex;
+
     return Scaffold(
       backgroundColor: Colors.grey.shade200,
       appBar: AppBar(
@@ -27,7 +27,7 @@ class Formulario extends State<HomeScreen> {
         children: [
           NavigationRail(
             backgroundColor: Color.fromARGB(255, 25, 30, 41),
-            selectedIndex: _selectedIndex,
+            selectedIndex: ,
             onDestinationSelected: (int index) {
               setState(() {
                 _selectedIndex = index;