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
|
|
@ -92,6 +92,7 @@ class _MihAttributesState extends State<MihAttributes> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -487,6 +487,7 @@ class _MihInfoState extends State<MihInfo> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ class MihPrivacyPolicy extends StatelessWidget {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(context),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ class MIHTermsOfService extends StatelessWidget {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(context),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -238,6 +238,7 @@ class _MihAccessRequestState extends State<MihAccessRequest> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ class _SimpleCalcState extends State<SimpleCalc> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -264,6 +264,7 @@ class _TipCalcState extends State<TipCalc> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -235,6 +235,7 @@ class _MihBusinessDetailsState extends State<MihBusinessDetails> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(context),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ class _MihBusinessUserSearchState extends State<MihBusinessUserSearch> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -207,6 +207,7 @@ class _MihMyBusinessUserState extends State<MihMyBusinessUser> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -254,6 +254,7 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ class _MihPersonalSettingsState extends State<MihPersonalSettings> {
|
|||
Widget build(BuildContext context) {
|
||||
return MihPackageToolBody(
|
||||
borderOn: false,
|
||||
innerHorizontalPadding: 10,
|
||||
bodyItem: getBody(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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