fix table cell

merge-requests/93/head
Elham Rababah 4 years ago
parent b3befa12db
commit fe66dfe571

@ -86,7 +86,7 @@ class _VitalSignDetailsWidgetState extends State<VitalSignDetailsWidget> {
tableRow.add(TableRow(children: [ tableRow.add(TableRow(children: [
Expanded( Expanded(
child: Container( child: Container(
height: 50, padding: EdgeInsets.all(10),
color: Colors.white, color: Colors.white,
child: Center( child: Center(
child: Texts( child: Texts(
@ -98,7 +98,7 @@ class _VitalSignDetailsWidgetState extends State<VitalSignDetailsWidget> {
), ),
Expanded( Expanded(
child: Container( child: Container(
height: 50, padding: EdgeInsets.all(10),
color: Colors.white, color: Colors.white,
child: Center( child: Center(
child: Texts( child: Texts(

Loading…
Cancel
Save