Skip to content

Commit fc62be1

Browse files
committed
Delete info button
1 parent 14e2b72 commit fc62be1

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

lib/screens/add_task_screen.dart

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ class _AddTaskScreenState extends State<AddTaskScreen> {
113113
),
114114
),
115115
]),
116-
actions: [
117-
IconButton(
118-
icon: Icon(
119-
Icons.info_outline,
120-
color: Colors.black,
121-
),
122-
onPressed: () {}),
123-
],
116+
// actions: [
117+
// IconButton(
118+
// icon: Icon(
119+
// Icons.info_outline,
120+
// color: Colors.black,
121+
// ),
122+
// onPressed: () {}),
123+
// ],
124124
centerTitle: false,
125125
elevation: 0,
126126
),

lib/screens/history_screen.dart

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ class _HistoryScreenState extends State<HistoryScreen> {
104104
),
105105
),
106106
]),
107-
actions: [
108-
IconButton(
109-
icon: Icon(
110-
Icons.info_outline,
111-
color: Colors.black,
112-
),
113-
onPressed: () {}),
114-
],
107+
// actions: [
108+
// IconButton(
109+
// icon: Icon(
110+
// Icons.info_outline,
111+
// color: Colors.black,
112+
// ),
113+
// onPressed: () {}),
114+
// ],
115115
centerTitle: false,
116116
elevation: 0,
117117
),

0 commit comments

Comments
 (0)