mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 15:02:33 +01:00
parent
c7f8a9319b
commit
e917879d92
@ -68,6 +68,11 @@ class Avatar extends StatelessWidget {
|
|||||||
textWidget,
|
textWidget,
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
errorWidget: (c, s, d) => Stack(
|
||||||
|
children: [
|
||||||
|
textWidget,
|
||||||
|
],
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user