pub struct NavigationDrawerDefaults;Expand description
Default values for navigation drawer.
Implementations§
pub const WIDTH: f32 = 300.0
pub const TONAL_ELEVATION: f32 = 0.0
pub const SHAPE_RADIUS: f32 = 16.0
pub fn container_color() -> Color
pub fn content_color() -> Color
pub fn scrim_color() -> Color
Auto 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