GetBackgroundUrl constructor

const GetBackgroundUrl({
  1. required String name,
  2. required BackgroundType type,
})

Constructs a persistent HTTP URL for a background

Implementation

const GetBackgroundUrl({
  required this.name,
  required this.type,
});