resize and position of profile pic in home

This commit is contained in:
2024-10-30 13:02:07 +02:00
parent 8591705906
commit f783657a57

View File

@@ -560,19 +560,16 @@ class _MIHHomeState extends State<MIHHome> {
Widget getActionButton() { Widget getActionButton() {
return Builder(builder: (context) { return Builder(builder: (context) {
return MIHAction( return MIHAction(
icon: Padding( icon: MIHProfilePicture(
padding: const EdgeInsets.all(5),
child: MIHProfilePicture(
profilePictureFile: widget.propicFile, profilePictureFile: widget.propicFile,
proPicController: proPicController, proPicController: proPicController,
proPic: null, proPic: null,
width: 45, width: 40,
radius: 21, radius: 18,
drawerMode: false, drawerMode: false,
editable: false, editable: false,
onChange: (newProPic) {}, onChange: (newProPic) {},
), ),
),
// const Icon(Icons.apps), // const Icon(Icons.apps),
iconSize: 45, iconSize: 45,
onTap: () { onTap: () {