FlutterCustomScrollView class

Implemented types
Annotations

Constructors

FlutterCustomScrollView({@cN FlutterKey? key, FlutterAxis? scrollDirection, bool? reverse, bool? primary, FlutterScrollPhysics? physics, bool? shrinkWrap, @cN FlutterKey? center, double? anchor, double? cacheExtent, @cN AnyWidgetList? slivers, int? semanticChildCount, FlutterScrollViewKeyboardDismissBehavior? keyboardDismissBehavior, String? restorationId, FlutterClip? clipBehavior})
factory
FlutterCustomScrollView.fromJson(Map<String, dynamic> json)
factory

Properties

anchor double?
no setterinherited
cacheExtent double?
no setterinherited
center FlutterKey?
no setterinherited
clipBehavior FlutterClip?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key FlutterKey?
no setterinherited
keyboardDismissBehavior FlutterScrollViewKeyboardDismissBehavior?
no setterinherited
physics FlutterScrollPhysics?
no setterinherited
primary bool?
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
slivers AnyWidgetList?
no setterinherited

Methods

map<TResult extends Object?>(TResult $default(_FlutterCustomScrollView 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) CustomScrollView
override

Operators

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

Constants

unionValue → const String