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;