NapaBoxScrollView class abstract

Inheritance
Implementers

Constructors

NapaBoxScrollView({NapaChildMode childMode = NapaChildMode.noChildren, Axis scrollDirection = Axis.vertical, bool reverse = false, bool? primary, ScrollPhysics? physics, bool shrinkWrap = false, EdgeInsetsGeometry? padding, double? cacheExtent, int? semanticChildCount, DragStartBehavior dragStartBehavior = .start, ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior, Clip clipBehavior = .hardEdge, HitTestBehavior hitTestBehavior = .opaque})

Properties

anchor double
getter/setter pairinherited
cacheExtent double?
getter/setter pairinherited
childMode NapaChildMode
finalinherited
clipBehavior Clip
getter/setter pairinherited
dragStartBehavior DragStartBehavior
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hitTestBehavior HitTestBehavior
getter/setter pairinherited
keyboardDismissBehavior ScrollViewKeyboardDismissBehavior?
getter/setter pairinherited
padding EdgeInsetsGeometry?
getter/setter pair
paintOrder SliverPaintOrder
getter/setter pairinherited
physics ScrollPhysics?
getter/setter pairinherited
primary bool?
getter/setter pairinherited
properties List<InspectableProperty>
inspectable property list.
getter/setter pairinherited
reverse bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollBehavior ScrollBehavior?
getter/setter pairinherited
scrollDirection Axis
getter/setter pairinherited
semanticChildCount int?
getter/setter pairinherited
shrinkWrap bool
getter/setter pairinherited
widgetName String
no setteroverride

Methods

getProperty(String name) → InspectableProperty?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeProperty(String name) → void
inherited
toJson() → dynamic
toJson returns a json compatible object.
override
toString() String
A string representation of this object.
inherited
toWidget() Widget
Get a Flutter widget equivalent object.
inherited

Operators

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