GetBackgrounds constructor
const
GetBackgrounds({
- required bool forDarkTheme,
Returns backgrounds installed by the user
Implementation
const GetBackgrounds({
required this.forDarkTheme,
});