Trait Base
Source pub trait Base {
// Required methods
fn base(&self) -> Style;
fn palette(&self) -> Option<Palette>;
}
Expand description
The default blank style of a theme.
Returns the default base Style
of a theme.
Returns the color Palette
of the theme.
This Palette
may be used by the runtime for
debugging purposes; like displaying performance
metrics or devtools.