pub struct FABDefaults;Expand description
Default values for FAB.
Implementations§
Source§impl FABDefaults
impl FABDefaults
pub const SMALL_SIZE: f32 = 40.0
pub const SMALL_SHAPE_RADIUS: f32 = 12.0
pub const SIZE: f32 = 56.0
pub const LARGE_SIZE: f32 = 96.0
pub const SHAPE_RADIUS: f32 = 28.0
pub const LARGE_SHAPE_RADIUS: f32 = 28.0
pub fn container_color() -> Color
pub fn content_color() -> Color
pub fn state_elevation() -> StateElevation
Auto Trait Implementations§
impl Freeze for FABDefaults
impl RefUnwindSafe for FABDefaults
impl Send for FABDefaults
impl Sync for FABDefaults
impl Unpin for FABDefaults
impl UnsafeUnpin for FABDefaults
impl UnwindSafe for FABDefaults
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