logo
pub struct ListViewBuilder {
Show 19 fields pub key: Key, pub scroll_direction: Axis, pub reverse: bool, pub controller: ScrollController, pub primary: bool, pub shrink_wrap: bool, pub padding: Box<dyn EdgeInsetsGeometry>, pub item_extent: f32, pub prototype_item: Box<dyn Widget>, pub item_builder: IndexedWidgetBuilder, pub item_count: usize, pub add_automatic_keep_alives: bool, pub add_repaint_boundaries: bool, pub add_semantic_indexes: bool, pub cache_extent: f32, pub semantic_child_count: usize, pub drag_start_behavior: DragStartBehavior, pub restoration_id: String, pub clip_behavior: Clip,
}

Fields

key: Keyscroll_direction: Axisreverse: boolcontroller: ScrollControllerprimary: boolshrink_wrap: boolpadding: Box<dyn EdgeInsetsGeometry>item_extent: f32prototype_item: Box<dyn Widget>item_builder: IndexedWidgetBuilderitem_count: usizeadd_automatic_keep_alives: booladd_repaint_boundaries: booladd_semantic_indexes: boolcache_extent: f32semantic_child_count: usizedrag_start_behavior: DragStartBehaviorrestoration_id: Stringclip_behavior: Clip

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.