pub type SketchFn = fn(_: &App, _: Frame<'_>);
The same as ViewFn, but provides no user model to draw from.
ViewFn
Useful for simple, stateless sketching.