logo
pub struct ToggleButtonsThemeData {
Show 15 fields pub text_style: TextStyle, pub constraints: BoxConstraints, pub color: Color, pub selected_color: Color, pub disabled_color: Color, pub fill_color: Color, pub focus_color: Color, pub highlight_color: Color, pub hover_color: Color, pub splash_color: Color, pub border_color: Color, pub selected_border_color: Color, pub disabled_border_color: Color, pub border_radius: BorderRadius, pub border_width: f32,
}

Fields

text_style: TextStyleconstraints: BoxConstraintscolor: Colorselected_color: Colordisabled_color: Colorfill_color: Colorfocus_color: Colorhighlight_color: Colorhover_color: Colorsplash_color: Colorborder_color: Colorselected_border_color: Colordisabled_border_color: Colorborder_radius: BorderRadiusborder_width: f32

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.