SourceClass Classes
from egui import Classesclass Classes:Classes is a collection of ClassNames that can be added to widgets or containers.
This can be used by styling engine to compute a different style based on the set of classes present on the widget/Ui. You could also use it to e.g. change widget behavior based on the context of some container.
Class order is preserved and may be used by a style provider for precedence (last class should win).
Use HasClasses to add/modify classes.