logo
pub struct TimePickerThemeData {
Show 17 fields pub background_color: Color, pub hour_minute_text_color: Color, pub hour_minute_color: Color, pub day_period_text_color: Color, pub day_period_color: Color, pub dial_hand_color: Color, pub dial_background_color: Color, pub dial_text_color: Color, pub entry_mode_icon_color: Color, pub hour_minute_text_style: TextStyle, pub day_period_text_style: TextStyle, pub help_text_style: TextStyle, pub shape: Box<dyn ShapeBorder>, pub hour_minute_shape: Box<dyn ShapeBorder>, pub day_period_shape: Box<dyn OutlinedBorder>, pub day_period_border_side: BorderSide, pub input_decoration_theme: InputDecorationTheme,
}

Fields

background_color: Colorhour_minute_text_color: Colorhour_minute_color: Colorday_period_text_color: Colorday_period_color: Colordial_hand_color: Colordial_background_color: Colordial_text_color: Colorentry_mode_icon_color: Colorhour_minute_text_style: TextStyleday_period_text_style: TextStylehelp_text_style: TextStyleshape: Box<dyn ShapeBorder>hour_minute_shape: Box<dyn ShapeBorder>day_period_shape: Box<dyn OutlinedBorder>day_period_border_side: BorderSideinput_decoration_theme: InputDecorationTheme

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.