GetBackgroundUrl constructor
const
GetBackgroundUrl({
- required String name,
- required BackgroundType type,
Constructs a persistent HTTP URL for a background
Implementation
const GetBackgroundUrl({
required this.name,
required this.type,
});