merged
This commit is contained in:
parent
b1ec5e4fed
commit
c99ac679a6
@ -232,8 +232,8 @@ class _CustomAppBarState extends State<CustomAppBar> {
|
||||
child: ClipRect(
|
||||
child: Image.network(
|
||||
selectedOrg!['logo'],
|
||||
width: 180, //130
|
||||
height: 90, //80
|
||||
width: 130, //130
|
||||
height: 80, //80
|
||||
fit: BoxFit.contain,
|
||||
errorBuilder: (context, error, stackTrace) {
|
||||
return const CircleAvatar(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user