Struct nannou::ui::theme::WidgetDefault[][src]

pub struct WidgetDefault {
    pub style: Box<Any + 'static + Send>,
    pub common: CommonStyle,
}

The defaults for a specific widget.

Fields

The unique style of a widget.

The attributes commonly shared between widgets.

Methods

impl WidgetDefault
[src]

Constructor for a WidgetDefault.

Auto Trait Implementations