darkBackgroundAsset property

String? darkBackgroundAsset
final

深色主题下使用的背景图片资源(assets 路径)。

若当前为深色主题且不为 null,则优先使用此资源作为整页背景(包含 AppBar 背后区域)。 若为空,则在深色主题下会回退使用 lightBackgroundAsset

Implementation

final String? darkBackgroundAsset;