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

KAT-49: Navigated RaisedButton to CameraAccess page and added its import in ambulatory.dart

parent f305e5ae
No related branches found
No related tags found
No related merge requests found
import 'package:flutter/material.dart';
import 'camera_access.dart';
import 'spontaneous_breathing_present.dart';
class Ambulatory extends StatefulWidget {
......@@ -56,7 +57,14 @@ class _AmbulatoryState extends State<Ambulatory> {
fontWeight: FontWeight.w600,
color: Colors.blue[900])),
color: Colors.blue,
onPressed: null ))),
onPressed: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) =>
CameraAccess()),
);
} ))),
SizedBox(
height: 10,
),
......
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