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

KAT-61: Added navigation to neurology's page and its import in circulation.dart

parent 341c845f
No related branches found
No related tags found
No related merge requests found
import 'package:flutter/material.dart';
import 'neurology.dart';
class CapillaryFillingTime extends StatefulWidget {
CapillaryFillingTime({Key key, this.title}) : super(key: key);
......@@ -144,7 +145,13 @@ class _CapillaryFillingTimeState extends State<CapillaryFillingTime> {
fontWeight: FontWeight.w600,
color: Colors.blue[900])),
color: Colors.blue,
onPressed: null))),
onPressed: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => Neurology()),
);
}))),
SizedBox(
height: 70,
),
......
......@@ -132,7 +132,7 @@ class _NeurologyState extends State<Neurology> {
),
),
child: Text(
'Neurologie - folgt der Patient den Afforderungen?',
'Neurologie - folgt der Patient den Aufforderungen?',
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 22,
......
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