pub struct AppBarWithSearchConfig {
pub modifier: Modifier,
pub colors: AppBarWithSearchColors,
pub height: f32,
pub shape_radius: f32,
pub tonal_elevation: f32,
pub shadow_elevation: f32,
pub content_padding: PaddingValues,
pub window_insets: WindowInsets,
pub scroll_fraction: f32,
pub scroll_offset: f32,
}Expand description
Configuration for AppBarWithSearch.
Fields§
§modifier: Modifier§colors: AppBarWithSearchColors§height: f32§shape_radius: f32§tonal_elevation: f32§shadow_elevation: f32§content_padding: PaddingValues§window_insets: WindowInsets§scroll_fraction: f32§scroll_offset: f32Trait Implementations§
Source§impl Clone for AppBarWithSearchConfig
impl Clone for AppBarWithSearchConfig
Source§fn clone(&self) -> AppBarWithSearchConfig
fn clone(&self) -> AppBarWithSearchConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppBarWithSearchConfig
impl Debug for AppBarWithSearchConfig
Auto Trait Implementations§
impl !RefUnwindSafe for AppBarWithSearchConfig
impl !Send for AppBarWithSearchConfig
impl !Sync for AppBarWithSearchConfig
impl !UnwindSafe for AppBarWithSearchConfig
impl Freeze for AppBarWithSearchConfig
impl Unpin for AppBarWithSearchConfig
impl UnsafeUnpin for AppBarWithSearchConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more