make profile picture expandable
This commit is contained in:
parent
3f0fc08a5c
commit
82c25c5406
19 changed files with 138 additions and 98 deletions
|
|
@ -104,6 +104,7 @@ class _BuildMinesweeperLeaderboardListState
|
|||
key: UniqueKey(),
|
||||
imageFile: imageFile,
|
||||
width: 80,
|
||||
expandable: true,
|
||||
editable: false,
|
||||
fileNameController: null,
|
||||
userSelectedfile: null,
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ class LeaderboardUserRanking extends StatelessWidget {
|
|||
.toString()), // Use ValueKey for stable identity
|
||||
imageFile: asyncSnapshot.data,
|
||||
width: 60,
|
||||
expandable: true,
|
||||
editable: false,
|
||||
fileNameController: null,
|
||||
userSelectedfile: null,
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ class _MihMineSweeperLeaderBoardState extends State<MyScoreBoard> {
|
|||
child: MihCircleAvatar(
|
||||
imageFile: profileProvider.userProfilePicture,
|
||||
width: 150,
|
||||
expandable: true,
|
||||
editable: false,
|
||||
fileNameController: null,
|
||||
userSelectedfile: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue