Struct components::widgets::ListViewBuilder
source · [−]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: ClipAuto Trait Implementations
impl !RefUnwindSafe for ListViewBuilder
impl !Send for ListViewBuilder
impl !Sync for ListViewBuilder
impl Unpin for ListViewBuilder
impl !UnwindSafe for ListViewBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T, C, M> Inspect<'a, C, &'a C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a mut C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a mut C, M> for T
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
fn into_color(self) -> To
fn into_color(self) -> To
Convert into color
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> SetParameter for T
impl<T> SetParameter for T
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
Sets value as a parameter of self.