Struct components::material::BottomNavigationBarThemeData
source · [−]pub struct BottomNavigationBarThemeData {Show 13 fields
pub background_color: Color,
pub elevation: f32,
pub selected_icon_theme: IconThemeData,
pub unselected_icon_theme: IconThemeData,
pub selected_item_color: Color,
pub unselected_item_color: Color,
pub selected_label_style: TextStyle,
pub unselected_label_style: TextStyle,
pub show_selected_labels: bool,
pub show_unselected_labels: bool,
pub bar_type: BottomNavigationBarType,
pub enable_feedback: bool,
pub landscape_layout: BottomNavigationBarLandscapeLayout,
}
Fields
background_color: Color
elevation: f32
selected_icon_theme: IconThemeData
unselected_icon_theme: IconThemeData
selected_item_color: Color
unselected_item_color: Color
selected_label_style: TextStyle
unselected_label_style: TextStyle
show_selected_labels: bool
show_unselected_labels: bool
bar_type: BottomNavigationBarType
enable_feedback: bool
landscape_layout: BottomNavigationBarLandscapeLayout
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BottomNavigationBarThemeData
impl Send for BottomNavigationBarThemeData
impl Sync for BottomNavigationBarThemeData
impl Unpin for BottomNavigationBarThemeData
impl UnwindSafe for BottomNavigationBarThemeData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T, C, M> Inspect<'a, C, &'a C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a mut C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a mut C, M> for T
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
fn into_color(self) -> To
fn into_color(self) -> To
Convert into color
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> SetParameter for T
impl<T> SetParameter for T
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
Sets value
as a parameter of self
.