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