SearchBackground constructor

const SearchBackground({
  1. required String name,
})

Searches for a background by its name

Implementation

const SearchBackground({
  required this.name,
});