pub fn decorate<F, V, T>( content: V, builder: impl FnOnce(&mut T, V) -> F + 'static, ) -> Decorate<F, V, T>
A view for creating custom window decorations.