source property Null safety
@JsonKey(includeIfNull: false), read / write
自定义的背景图的本地绝对路径。 支持 PNG 和 JPG 格式。如果路径无效, SDK 会用白色背景图替换原背景图。
Note
该参数仅在自定义背景图类型为 image
时生效。
Implementation
@JsonKey(includeIfNull: false)
String? source;
自定义的背景图的本地绝对路径。 支持 PNG 和 JPG 格式。如果路径无效, SDK 会用白色背景图替换原背景图。
Note
该参数仅在自定义背景图类型为 image
时生效。
@JsonKey(includeIfNull: false)
String? source;