|
|
|
|
@ -296,6 +296,8 @@ class _PatientsScreenState extends State<PatientsScreen> {
|
|
|
|
|
PatientsProvider patientsProv = Provider.of<PatientsProvider>(context);
|
|
|
|
|
|
|
|
|
|
return AppScaffold(
|
|
|
|
|
showBottomBar: false,
|
|
|
|
|
showAppDrawer: false,
|
|
|
|
|
appBarTitle: patientTypetitle,
|
|
|
|
|
body: _isLoading
|
|
|
|
|
? DrAppCircularProgressIndeicator()
|
|
|
|
|
@ -402,7 +404,7 @@ class _PatientsScreenState extends State<PatientsScreen> {
|
|
|
|
|
semanticsLabel:
|
|
|
|
|
'Female Logo')
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
width: 10,
|
|
|
|
|
@ -441,7 +443,7 @@ class _PatientsScreenState extends State<PatientsScreen> {
|
|
|
|
|
backGroundcolor:
|
|
|
|
|
Colors.white,
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// SizedBox(
|
|
|
|
|
// height: 8,
|
|
|
|
|
// ),
|
|
|
|
|
@ -591,7 +593,7 @@ class _PatientsScreenState extends State<PatientsScreen> {
|
|
|
|
|
child: Center(
|
|
|
|
|
child: Text(
|
|
|
|
|
item,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
fontSize: 12,
|
|
|
|
|
color: _isActive
|
|
|
|
|
@ -613,7 +615,7 @@ class _PatientsScreenState extends State<PatientsScreen> {
|
|
|
|
|
|
|
|
|
|
setState(() {
|
|
|
|
|
_activeLocation = _locations.indexOf(item);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
}),
|
|
|
|
|
_isActive
|
|
|
|
|
|