WIP
This commit is contained in:
parent
018b87f2ab
commit
79afb2e968
|
@ -96,8 +96,9 @@ class _LocalProfileComponentWidgetState
|
|||
child: ClipRRect(
|
||||
borderRadius: BorderRadius.circular(200.0),
|
||||
child: CachedNetworkImage(
|
||||
imageUrl:
|
||||
imageUrl: valueOrDefault(
|
||||
'https://freaccess.com.br/freaccess/Images/Clients/${AppState().cliUUID}.png',
|
||||
'assets/images/error_image.svg'),
|
||||
width: 80.0,
|
||||
height: 80.0,
|
||||
fit: BoxFit.cover,
|
||||
|
|
Loading…
Reference in New Issue