|
|
|
|
@ -38,10 +38,27 @@ class VaccinationTablePage extends StatelessWidget {
|
|
|
|
|
child: Column(
|
|
|
|
|
|
|
|
|
|
children: [
|
|
|
|
|
Html(
|
|
|
|
|
data:"<html><head><style type='text/css'>.Test {list-style-image:url('http://10.50.100.198:4444/Images/Bullet_List_Small.png');}</style></head><body><table><tr align='left'><td align='left'>BCG</td></tr><tr align='left'><td align='left'>HEPATITIS B</td></tr></table></body></html>"//model.creteVaccinationTableModelList[index].vaccinesDescription
|
|
|
|
|
,
|
|
|
|
|
),
|
|
|
|
|
Row(children: [
|
|
|
|
|
Text(model.creteVaccinationTableModelList[index].visit),
|
|
|
|
|
SizedBox(width: 10,),
|
|
|
|
|
|
|
|
|
|
Expanded(
|
|
|
|
|
child: Column(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start,
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
|
children: [
|
|
|
|
|
Html(
|
|
|
|
|
// data:"<html><head><style type='text/css'>.Test {list-style-image:url('http://10.50.100.198:4444/Images/Bullet_List_Small.png');}</style></head><body><table><tr align='left'><td align='left'>BCG</td></tr><tr align='left'><td align='left'>HEPATITIS B</td></tr></table></body></html>"//model.creteVaccinationTableModelList[index].vaccinesDescription
|
|
|
|
|
data:model.creteVaccinationTableModelList[index].vaccinesDescription,
|
|
|
|
|
|
|
|
|
|
),
|
|
|
|
|
],),
|
|
|
|
|
),
|
|
|
|
|
Text(model.creteVaccinationTableModelList[index].givenAt),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
],),
|
|
|
|
|
Divider(color:Colors.black ,),
|
|
|
|
|
// Row(children:[Texts("CHILD NAME"),]),
|
|
|
|
|
// Row(children:[Texts(model.babyInformationModelList[index].babyName.trim()),]),
|
|
|
|
|
|
|
|
|
|
@ -123,7 +140,7 @@ class VaccinationTablePage extends StatelessWidget {
|
|
|
|
|
child: SecondaryButton(
|
|
|
|
|
textColor: Colors.white,
|
|
|
|
|
color: checkedValue== false ?Colors.white24:Color.fromRGBO(63, 72, 74, 1,),
|
|
|
|
|
label: " ",
|
|
|
|
|
label: "Send Email ",
|
|
|
|
|
//
|
|
|
|
|
onTap: () {}
|
|
|
|
|
|
|
|
|
|
|