add padding param to body and update packages
This commit is contained in:
@@ -234,6 +234,7 @@ class _PatientInfoState extends State<PatientInfo> {
|
||||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user