Trait iced_web::widget::scrollable::StyleSheet[][src]

pub trait StyleSheet {
    pub fn active(&self) -> Scrollbar;
pub fn hovered(&self) -> Scrollbar; pub fn dragging(&self) -> Scrollbar { ... } }

A set of rules that dictate the style of a scrollable.

Required methods

pub fn active(&self) -> Scrollbar[src]

Produces the style of an active scrollbar.

pub fn hovered(&self) -> Scrollbar[src]

Produces the style of an hovered scrollbar.

Loading content...

Provided methods

pub fn dragging(&self) -> Scrollbar[src]

Produces the style of a scrollbar that is being dragged.

Loading content...

Implementors

Loading content...