parent
c7f8a9319b
commit
e917879d92
|
@ -68,6 +68,11 @@ class Avatar extends StatelessWidget {
|
||||||
textWidget,
|
textWidget,
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
errorWidget: (c, s, d) => Stack(
|
||||||
|
children: [
|
||||||
|
textWidget,
|
||||||
|
],
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue