logo
pub struct InputDecorationTheme {
Show 26 fields pub label_style: TextStyle, pub floating_label_style: TextStyle, pub helper_style: TextStyle, pub helper_max_lines: i32, pub hint_style: TextStyle, pub error_style: TextStyle, pub error_max_lines: i32, pub floating_label_behavior: FloatingLabelBehavior, pub is_dense: bool, pub content_padding: Box<dyn EdgeInsetsGeometry>, pub is_collapsed: bool, pub prefix_style: TextStyle, pub suffix_style: TextStyle, pub counter_style: TextStyle, pub filled: bool, pub fill_color: Color, pub focus_color: Color, pub hover_color: Color, pub error_border: InputBorder, pub focused_border: InputBorder, pub focused_error_border: InputBorder, pub disabled_border: InputBorder, pub enabled_border: InputBorder, pub border: InputBorder, pub align_label_with_hint: bool, pub constraints: BoxConstraints,
}

Fields

label_style: TextStylefloating_label_style: TextStylehelper_style: TextStylehelper_max_lines: i32hint_style: TextStyleerror_style: TextStyleerror_max_lines: i32floating_label_behavior: FloatingLabelBehavioris_dense: boolcontent_padding: Box<dyn EdgeInsetsGeometry>is_collapsed: boolprefix_style: TextStylesuffix_style: TextStylecounter_style: TextStylefilled: boolfill_color: Colorfocus_color: Colorhover_color: Colorerror_border: InputBorderfocused_border: InputBorderfocused_error_border: InputBorderdisabled_border: InputBorderenabled_border: InputBorderborder: InputBorderalign_label_with_hint: boolconstraints: BoxConstraints

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.