pub type StyleFn<'a, Theme> = Box<dyn Fn(&Theme) -> Style + 'a>;
A styling function for a Dialog.
Dialog
struct StyleFn<'a, Theme>(/* private fields */);