GetBackgroundUrl constructor

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

Implementation

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