lightBackgroundAsset property
浅色主题下使用的背景图片资源(assets 路径)。
若当前为浅色主题且不为 null,则优先使用此资源作为整页背景(包含 AppBar 背后区域)。
Implementation
final String? lightBackgroundAsset;
浅色主题下使用的背景图片资源(assets 路径)。
若当前为浅色主题且不为 null,则优先使用此资源作为整页背景(包含 AppBar 背后区域)。
final String? lightBackgroundAsset;