source property
自定义背景的本地绝对路径。支持 PNG、JPG、MP4、 AVI、 MKV 和 FLV 格式。如果路径无效,SDK 会使用原背景图或 color 指定的纯色背景。 该参数仅在自定义背景图类型为 backgroundImg 或 backgroundVideo 时生效。
Implementation
@JsonKey(name: 'source')
final String? source;
自定义背景的本地绝对路径。支持 PNG、JPG、MP4、 AVI、 MKV 和 FLV 格式。如果路径无效,SDK 会使用原背景图或 color 指定的纯色背景。 该参数仅在自定义背景图类型为 backgroundImg 或 backgroundVideo 时生效。
@JsonKey(name: 'source')
final String? source;