SearchBackground constructor
const
SearchBackground({
- required String name,
Searches for a background by its name
Implementation
const SearchBackground({
required this.name,
});
Searches for a background by its name
const SearchBackground({
required this.name,
});