From 249f57ed859b330eb5930cff3ca2eb66cbfd4399 Mon Sep 17 00:00:00 2001 From: Elham Rababh Date: Mon, 4 Apr 2022 10:39:27 +0300 Subject: [PATCH] return the timer --- lib/home/home_screen.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/home/home_screen.dart b/lib/home/home_screen.dart index 97361a5..7bc7ab4 100644 --- a/lib/home/home_screen.dart +++ b/lib/home/home_screen.dart @@ -15,11 +15,11 @@ import 'first_column.dart'; class MyHomePage extends StatefulWidget { String title = "MyHomePage"; - bool have0Patient = false; + bool have0Patient = true; bool have1Patient = false; bool have2Patient = false; - bool have3Patient = true; - bool haveListOfPatient = true; + bool have3Patient = false; + bool haveListOfPatient = false; @override State createState() => _MyHomePageState(); @@ -88,7 +88,7 @@ class _MyHomePageState extends State { @override void initState() { - // startTimer(); + startTimer(); super.initState(); }