iced::widget::scrollable

Type Alias 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 */);