Skip to main content

OutlinedTextFieldState

Function OutlinedTextFieldState 

Source
pub fn OutlinedTextFieldState(
    modifier: Modifier,
    state: Rc<RefCell<TextFieldState>>,
    on_value_change: impl Fn(String) + 'static,
    config: OutlinedTextFieldConfig,
) -> View
Expand description

State-based M3 Outlined Text Field.