Created
December 7, 2022 19:04
-
-
Save molidev8/49b1073ce835734d6dd40eee9ea195f5 to your computer and use it in GitHub Desktop.
CustomSwitchType to modelate the type
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sealed class CustomSwitchType { | |
object Vanilla : CustomSwitchType() | |
object CustomThumbSmallSwitch : CustomSwitchType() | |
object CustomThumbBigSwitch : CustomSwitchType() | |
object CustomTrackPillSwitch : CustomSwitchType() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment