FlutterListView class

Implemented types
Annotations

Constructors

FlutterListView({@cN FlutterKey? key, FlutterAxis? scrollDirection, bool? reverse, bool? primary, FlutterScrollPhysics? physics, bool? shrinkWrap, @cN FlutterEdgeInsetsGeometry? padding, double? itemExtent, @cN AnyWidget? prototypeItem, bool? addAutomaticKeepAlives, bool? addRepaintBoundaries, bool? addSemanticIndexes, double? cacheExtent, @cN AnyWidgetList? children, int? semanticChildCount, FlutterScrollViewKeyboardDismissBehavior? keyboardDismissBehavior, String? restorationId, FlutterClip? clipBehavior})
factory
FlutterListView.fromJson(Map<String, dynamic> json)
factory

Properties

addAutomaticKeepAlives bool?
no setterinherited
addRepaintBoundaries bool?
no setterinherited
addSemanticIndexes bool?
no setterinherited
cacheExtent double?
no setterinherited
children AnyWidgetList?
no setterinherited
clipBehavior FlutterClip?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
itemExtent double?
no setterinherited
key FlutterKey?
no setterinherited
keyboardDismissBehavior FlutterScrollViewKeyboardDismissBehavior?
no setterinherited
padding FlutterEdgeInsetsGeometry?
no setterinherited
physics FlutterScrollPhysics?
no setterinherited
primary bool?
no setterinherited
prototypeItem AnyWidget?
no setterinherited
restorationId String?
no setterinherited
reverse bool?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollDirection FlutterAxis?
no setterinherited
semanticChildCount int?
no setterinherited
shrinkWrap bool?
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_FlutterListView value)) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toWidget(AnyWidgetContext context) ListView
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

unionValue → const String