Stefano Liuzzo Scorpo

Results 2 issues of Stefano Liuzzo Scorpo

Hi! While I was checking the code, I noticed some functions with nested if that caught my attention. Example: ``` dart Color _getSwitchThumbColor(Set states, ColorScheme colorScheme) { if (states.contains(MaterialState.disabled)) {...

theme
refactoring

**Description** This pull request addresses code organization concerns by relocating the methods of `YaruVariant` within the enum itself. This refactor takes advantage of the enhanced enums introduced in Dart 2.17....