Skip to content
Snippets Groups Projects
Commit 6485f32f authored by Thi Huyen Trang Nguyen's avatar Thi Huyen Trang Nguyen
Browse files

KAT-50: Did the RaisedButtons disable

parent 1608c670
Branches
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ class MyHomePage extends StatelessWidget {
child: Text('REAL',
style: TextStyle(fontSize: 22, color: Colors.white)),
color: Colors.red,
onPressed: () {})),
onPressed: null )),
),
],
),
......
......@@ -56,7 +56,7 @@ class _AmbulatoryState extends State<Ambulatory> {
fontWeight: FontWeight.w600,
color: Colors.blue[900])),
color: Colors.blue,
onPressed: () {}))),
onPressed: null ))),
SizedBox(
height: 10,
),
......
......@@ -94,7 +94,7 @@ class _SpontaneousBreathingPresentState
fontWeight: FontWeight.w600,
color: Colors.blue[900])),
color: Colors.blue,
onPressed: () {}))),
onPressed: null ))),
SizedBox(
height: 10,
),
......
......@@ -114,7 +114,7 @@ class _AfterOpeningAirwaysState extends State<AfterOpeningAirways> {
fontWeight: FontWeight.w600,
color: Colors.blue[900])),
color: Colors.blue,
onPressed: () {}))),
onPressed: null ))),
SizedBox(
height: 10,
),
......@@ -129,7 +129,7 @@ class _AfterOpeningAirwaysState extends State<AfterOpeningAirways> {
fontWeight: FontWeight.w600,
color: Colors.blue[900])),
color: Colors.blue,
onPressed: () {}))),
onPressed: null))),
SizedBox(
height: 50,
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment