pub struct DefaultPanelTheme;Expand description
Default panel theme using values from inline specs
Implementations§
Trait Implementations§
Source§impl Default for DefaultPanelTheme
impl Default for DefaultPanelTheme
Source§impl PanelTheme for DefaultPanelTheme
impl PanelTheme for DefaultPanelTheme
fn toolbar_height(&self) -> f64
fn toolbar_width(&self) -> f64
fn toolbar_blur(&self) -> bool
fn modal_max_width(&self) -> f64
fn modal_padding(&self) -> f64
fn modal_backdrop_color(&self) -> [u8; 4]
fn modal_header_height(&self) -> f64
fn modal_tab_height(&self) -> f64
fn modal_content_row_height(&self) -> f64
fn modal_content_padding(&self) -> f64
fn hideable_chevron_size(&self) -> f64
fn hideable_row_height(&self) -> f64
fn hideable_row_gap(&self) -> f64
fn hideable_icon_size(&self) -> f64
fn hideable_border_width(&self) -> f64
fn hideable_border_opacity(&self) -> f64
fn background_color(&self) -> [u8; 4]
fn border_color(&self) -> [u8; 4]
fn text_color(&self) -> [u8; 4]
fn text_secondary_color(&self) -> [u8; 4]
fn hover_color(&self) -> [u8; 4]
Auto Trait Implementations§
impl Freeze for DefaultPanelTheme
impl RefUnwindSafe for DefaultPanelTheme
impl Send for DefaultPanelTheme
impl Sync for DefaultPanelTheme
impl Unpin for DefaultPanelTheme
impl UnsafeUnpin for DefaultPanelTheme
impl UnwindSafe for DefaultPanelTheme
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