Trait cosmic::widget::style::StyleSheet

source ·
pub trait StyleSheet {
    // Required method
    fn default(&self) -> Appearance;
}
Expand description

Defines the Appearance of a cards.

Required Methods§

source

fn default(&self) -> Appearance

The default Appearance of the cards.

Implementors§