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