add padding param to body and update packages
This commit is contained in:
parent
fa95946634
commit
bf2082c6a8
16 changed files with 21 additions and 4 deletions
|
|
@ -234,6 +234,7 @@ class _PatientInfoState extends State<PatientInfo> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue