backgroundImage property

ImageProvider<Object>? backgroundImage
final

圆圈的背景图像。更改背景图像将导致头像动画化为新图像。

通常用作 foregroundImage 的回退图像。

如果 TxSquareAvatar 要使用用户的首字母缩写,请改用 child

Implementation

final ImageProvider? backgroundImage;