remove body border
This commit is contained in:
@@ -253,7 +253,7 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return MihPackageToolBody(
|
return MihPackageToolBody(
|
||||||
borderOn: true,
|
borderOn: false,
|
||||||
bodyItem: getBody(),
|
bodyItem: getBody(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,10 @@ class MihPersonalSettings extends StatefulWidget {
|
|||||||
class _MihPersonalSettingsState extends State<MihPersonalSettings> {
|
class _MihPersonalSettingsState extends State<MihPersonalSettings> {
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return MihPackageToolBody(borderOn: true, bodyItem: getBody());
|
return MihPackageToolBody(
|
||||||
|
borderOn: false,
|
||||||
|
bodyItem: getBody(),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
void deleteAccountPopUp(BuildContext ctxtd) {
|
void deleteAccountPopUp(BuildContext ctxtd) {
|
||||||
|
|||||||
Reference in New Issue
Block a user