pub struct TabDefaults;Expand description
Default values for tab row.
Implementations§
Source§impl TabDefaults
impl TabDefaults
pub const HEIGHT: f32 = 48.0
pub const INDICATOR_HEIGHT: f32 = 3.0
pub const INDICATOR_CORNER: f32 = 1.5
pub fn container_color() -> Color
pub fn selected_content_color() -> Color
pub fn unselected_content_color() -> Color
pub fn indicator_color() -> Color
Auto Trait Implementations§
impl Freeze for TabDefaults
impl RefUnwindSafe for TabDefaults
impl Send for TabDefaults
impl Sync for TabDefaults
impl Unpin for TabDefaults
impl UnsafeUnpin for TabDefaults
impl UnwindSafe for TabDefaults
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