|
|
|
|
@ -19,7 +19,7 @@ class ReferredPatientScreen extends StatelessWidget {
|
|
|
|
|
model.listMyReferredPatientModel.length == 0
|
|
|
|
|
? Center(
|
|
|
|
|
child: AppText(
|
|
|
|
|
TranslationBase.of(context).errorNoSchedule,
|
|
|
|
|
TranslationBase.of(context).referralEmptyMsg,
|
|
|
|
|
color: Theme.of(context).errorColor,
|
|
|
|
|
),
|
|
|
|
|
)
|
|
|
|
|
@ -27,14 +27,14 @@ class ReferredPatientScreen extends StatelessWidget {
|
|
|
|
|
child: Container(
|
|
|
|
|
child: Column(
|
|
|
|
|
children: [
|
|
|
|
|
Container(
|
|
|
|
|
/*Container(
|
|
|
|
|
height: 75,
|
|
|
|
|
child: AppText(
|
|
|
|
|
"This is where upper view for avatar.. etc placed",
|
|
|
|
|
fontWeight: FontWeight.normal,
|
|
|
|
|
fontSize: 16,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),*/
|
|
|
|
|
const Divider(
|
|
|
|
|
color: Color(0xffCCCCCC),
|
|
|
|
|
height: 1,
|
|
|
|
|
|