pub struct NavigationDrawerConfig {
pub modifier: Modifier,
pub container_color: Color,
pub content_color: Color,
pub scrim_color: Color,
pub tonal_elevation: f32,
pub width: f32,
pub shape_radius: f32,
}Expand description
Configuration for [NavigationDrawer].
Fields§
§modifier: Modifier§container_color: Color§content_color: Color§scrim_color: Color§tonal_elevation: f32§width: f32§shape_radius: f32Trait Implementations§
Source§fn clone(&self) -> NavigationDrawerConfig
fn clone(&self) -> NavigationDrawerConfig
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 moreAuto Trait Implementations§
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