resize and position of profile pic in home
This commit is contained in:
@@ -560,18 +560,15 @@ 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),
|
profilePictureFile: widget.propicFile,
|
||||||
child: MIHProfilePicture(
|
proPicController: proPicController,
|
||||||
profilePictureFile: widget.propicFile,
|
proPic: null,
|
||||||
proPicController: proPicController,
|
width: 40,
|
||||||
proPic: null,
|
radius: 18,
|
||||||
width: 45,
|
drawerMode: false,
|
||||||
radius: 21,
|
editable: false,
|
||||||
drawerMode: false,
|
onChange: (newProPic) {},
|
||||||
editable: false,
|
|
||||||
onChange: (newProPic) {},
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
// const Icon(Icons.apps),
|
// const Icon(Icons.apps),
|
||||||
iconSize: 45,
|
iconSize: 45,
|
||||||
|
|||||||
Reference in New Issue
Block a user