pub fn on_click<T, V, F>(content: V, on_click: F) -> Clickable<T, V, F>where V: View<T>, F: FnMut(&mut EventCx<'_, '_>, &mut T) + 'static,
Create a new Clickable, that calls on_click when clicked.
Clickable
on_click