File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff 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 ),
Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments