XListViewHNSP class
Constructors
- XListViewHNSP({Clip clipBehavior = Clip.hardEdge, ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual, String restorationId, bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true, bool addSemanticIndexes = true, double cacheExtent, ScrollController controller, DragStartBehavior dragStartBehavior = DragStartBehavior.start, double itemExtent, Key key, EdgeInsetsGeometry padding, bool primary, bool reverse = false, int semanticChildCount})
Properties
- addAutomaticKeepAlives ↔ bool
-
read / write
- addRepaintBoundaries ↔ bool
-
read / write
- addSemanticIndexes ↔ bool
-
read / write
- cacheExtent ↔ double
-
read / write
- clipBehavior ↔ Clip
-
read / write
- controller ↔ ScrollController
-
read / write
- dragStartBehavior ↔ DragStartBehavior
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- itemExtent ↔ double
-
read / write
- key ↔ Key
-
read / write
- keyboardDismissBehavior ↔ ScrollViewKeyboardDismissBehavior
-
read / write
- padding ↔ EdgeInsetsGeometry
-
read / write
- primary ↔ bool
-
read / write
- restorationId ↔ String
-
read / write
- reverse ↔ bool
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- semanticChildCount ↔ int
-
read / write
Methods
-
list(
List< Widget> list) → Widget -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited