pub fn create(
    ui: &mut Ui,
    params: Arc<impl Params>,
    setter: &ParamSetter<'_>,
    widget: impl ParamWidget
)
Expand description

Create a scrollable generic UI using the specified widget. Takes up all the remaining vertical space.