logo
pub struct MaterialPageRoute {
Show 24 fields pub barrier_color: Option<Color>, pub barrier_dismissible: bool, pub barrier_label: Option<String>, pub builder: WidgetBuilder, pub can_pop: bool, pub debug_label: String, pub filter: Option<ImageFilter>, pub finished_when_popped: bool, pub fullscreen_dialog: bool, pub has_active_route_below: bool, pub has_scoped_will_pop_callback: bool, pub is_active: bool, pub is_current: bool, pub is_first: bool, pub maintain_state: bool, pub navigator: Option<NavigatorState>, pub offstage: bool, pub opaque: bool, pub reverse_transition_duration: Duration, pub semantics_dismissible: bool, pub subtree_context: Option<BuildContext>, pub transition_duration: Duration, pub will_dispose_animation_controller: bool, pub will_handle_pop_internally: bool,
}

Fields

barrier_color: Option<Color>barrier_dismissible: boolbarrier_label: Option<String>builder: WidgetBuildercan_pop: booldebug_label: Stringfilter: Option<ImageFilter>finished_when_popped: boolfullscreen_dialog: boolhas_active_route_below: boolhas_scoped_will_pop_callback: boolis_active: boolis_current: boolis_first: boolmaintain_state: boolnavigator: Option<NavigatorState>offstage: boolopaque: boolreverse_transition_duration: Durationsemantics_dismissible: boolsubtree_context: Option<BuildContext>transition_duration: Durationwill_dispose_animation_controller: boolwill_handle_pop_internally: bool

Implementations

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.