Skip to content
Snippets Groups Projects
Commit ac0aff18 authored by Halim Bahar's avatar Halim Bahar
Browse files

KAT-55: Adding the import for the following page...

KAT-55: Adding the import for the following page breathing_frequency_per_minute.dart and the activation of the button JA for the navigation to the next page.
parent d2baf4fc
Branches
No related tags found
No related merge requests found
import 'package:flutter/material.dart';
import 'after_opening_airways.dart';
import 'breathing_frequency_per_minute.dart';
class SpontaneousBreathingPresent extends StatefulWidget {
SpontaneousBreathingPresent({Key key, this.title}) : super(key: key);
......@@ -94,7 +95,13 @@ class _SpontaneousBreathingPresentState
fontWeight: FontWeight.w600,
color: Colors.blue[900])),
color: Colors.blue,
onPressed: null ))),
onPressed: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => BreathingFrequencyPerMinute()),
);
} ))),
SizedBox(
height: 10,
),
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment