Skip to main content

AppBarWithSearch

Function AppBarWithSearch 

Source
pub fn AppBarWithSearch(
    state: Rc<SearchBarState>,
    input_field: View,
    navigation_icon: Option<View>,
    actions: Option<Vec<View>>,
    config: AppBarWithSearchConfig,
) -> View
Expand description

M3 App Bar With Search -> integrates a search bar into a top app bar layout with optional navigation icon, action buttons, scroll behavior, and window insets. Wraps the internal SearchBar collapsed component.