sourcing enums out to enums.dart

This commit is contained in:
2025-11-19 18:26:51 +01:00
parent 1232cb8f0d
commit 3f79a7b898
2 changed files with 4 additions and 1 deletions

2
lib/core/enums.dart Normal file
View File

@@ -0,0 +1,2 @@
/// Button types used for styling the [CustomWidthButton]
enum ButtonType { primary, secondary, tertiary }