GetBackgrounds constructor

const GetBackgrounds(
  1. {required bool forDarkTheme}
)

Returns backgrounds installed by the user

Implementation

const GetBackgrounds({
  required this.forDarkTheme,
});