mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
refa: whisper page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
12
lib/models/common/badge_type.dart
Normal file
12
lib/models/common/badge_type.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
// ignore_for_file: constant_identifier_names
|
||||
|
||||
enum PBadgeType {
|
||||
primary,
|
||||
secondary,
|
||||
gray,
|
||||
error,
|
||||
line_primary,
|
||||
line_secondary,
|
||||
}
|
||||
|
||||
enum PBadgeSize { medium, small }
|
||||
Reference in New Issue
Block a user