pub struct ProgressIndicatorDefaults;Expand description
Default values for progress indicator components.
Implementations§
Source§impl ProgressIndicatorDefaults
impl ProgressIndicatorDefaults
pub const LINEAR_INDICATOR_HEIGHT: f32 = 4.0
pub const LINEAR_INDICATOR_GAP_SIZE: f32 = 4.0
pub const LINEAR_TRACK_STOP_SIZE: f32 = 4.0
pub const CIRCULAR_INDICATOR_SIZE: f32 = 40.0
pub const CIRCULAR_STROKE_WIDTH: f32 = 4.0
Sourcepub const SLIDER_THUMB_TRACK_GAP: f32 = 6.0
pub const SLIDER_THUMB_TRACK_GAP: f32 = 6.0
M3 ActiveHandleLeadingSpace / ActiveHandleTrailingSpace
pub fn linear_color() -> Color
pub fn linear_track_color() -> Color
pub fn circular_color() -> Color
pub fn circular_track_color() -> Color
Auto Trait Implementations§
impl Freeze for ProgressIndicatorDefaults
impl RefUnwindSafe for ProgressIndicatorDefaults
impl Send for ProgressIndicatorDefaults
impl Sync for ProgressIndicatorDefaults
impl Unpin for ProgressIndicatorDefaults
impl UnsafeUnpin for ProgressIndicatorDefaults
impl UnwindSafe for ProgressIndicatorDefaults
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