Type Alias iced::widget::scrollable::StyleFn

source ·
pub type StyleFn<'a, Theme> = Box<dyn Fn(&Theme, Status) -> Style + 'a>;
Expand description

A styling function for a Scrollable.

Aliased Type§

struct StyleFn<'a, Theme>(/* private fields */);