SelectButton
This commit is contained in:
parent
e94d583b8b
commit
94eb363245
4 changed files with 53 additions and 10 deletions
8
lib/models/search_type.dart
Normal file
8
lib/models/search_type.dart
Normal file
|
@ -0,0 +1,8 @@
|
|||
enum SearchType {
|
||||
any,
|
||||
songs,
|
||||
videos,
|
||||
artists,
|
||||
albums,
|
||||
playlists,
|
||||
}
|
Reference in a new issue