logo
pub struct AppBarTheme {
Show 17 fields pub brightness: Brightness, pub color: Color, pub background_color: Color, pub foreground_color: Color, pub elevation: f32, pub shadow_color: Color, pub shape: Box<dyn ShapeBorder>, pub icon_theme: IconThemeData, pub actions_icon_theme: IconThemeData, pub text_theme: TextTheme, pub center_title: bool, pub title_spacing: f32, pub toolbar_height: f32, pub toolbar_text_style: TextStyle, pub title_text_style: TextStyle, pub system_overlay_style: SystemUiOverlayStyle, pub backwards_compatibility: bool,
}

Fields

brightness: Brightnesscolor: Colorbackground_color: Colorforeground_color: Colorelevation: f32shadow_color: Colorshape: Box<dyn ShapeBorder>icon_theme: IconThemeDataactions_icon_theme: IconThemeDatatext_theme: TextThemecenter_title: booltitle_spacing: f32toolbar_height: f32toolbar_text_style: TextStyletitle_text_style: TextStylesystem_overlay_style: SystemUiOverlayStylebackwards_compatibility: bool

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Typed getter

Inspect the context.

Inspect the context.

Inspect the context.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Convert into color

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Sets value as a parameter of self.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.