Skip to main content

BasicTextFieldDecorated

Function BasicTextFieldDecorated 

Source
pub fn BasicTextFieldDecorated<D>(
    __arg0: TextFieldState,
    __arg1: Modifier,
    __arg2: BasicTextFieldOptions,
    __arg3: D,
) -> NodeId
where D: Fn(BasicTextFieldDecorationScope) -> NodeId + 'static,
Expand description

Creates an editable field and lets decoration_box place composable labels, placeholders, icons, buttons, prefixes, or suffixes around it.