logo
pub struct FloatingActionButtonThemeData {
Show 19 fields pub foreground_color: Color, pub background_color: Color, pub focus_color: Color, pub hover_color: Color, pub splash_color: Color, pub elevation: f32, pub focus_elevation: f32, pub hover_elevation: f32, pub disabled_elevation: f32, pub highlight_elevation: f32, pub shape: Box<dyn ShapeBorder>, pub enable_feedback: bool, pub size_constraints: BoxConstraints, pub small_size_constraints: BoxConstraints, pub large_size_constraints: BoxConstraints, pub extended_size_constraints: BoxConstraints, pub extended_icon_label_spacing: f32, pub extended_padding: Box<dyn EdgeInsetsGeometry>, pub extended_text_style: TextStyle,
}

Fields

foreground_color: Colorbackground_color: Colorfocus_color: Colorhover_color: Colorsplash_color: Colorelevation: f32focus_elevation: f32hover_elevation: f32disabled_elevation: f32highlight_elevation: f32shape: Box<dyn ShapeBorder>enable_feedback: boolsize_constraints: BoxConstraintssmall_size_constraints: BoxConstraintslarge_size_constraints: BoxConstraintsextended_size_constraints: BoxConstraintsextended_icon_label_spacing: f32extended_padding: Box<dyn EdgeInsetsGeometry>extended_text_style: TextStyle

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.