WebFScrollable class
- Implemented types
Constructors
- 
          WebFScrollable({required FlutterView currentView, AxisDirection axisDirection = AxisDirection.down, CSSOverflowType overflowType = CSSOverflowType.scroll, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ScrollListener? scrollListener, Set<PointerDeviceKind> dragDevices = _kTouchLikeDeviceTypes})
Properties
- axis → Axis
- 
  The axis along which the scroll view scrolls.
  no setter
- axisDirection → AxisDirection
- 
  The direction in which the widget scrolls.
  no setter
- currentView → FlutterView
- 
  
  final
- 
  dragDevices
  → Set<PointerDeviceKind> 
- 
  
  final
- dragStartBehavior ↔ DragStartBehavior
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- overflowType ← CSSOverflowType
- 
  
  no getter
- position ↔ ScrollPositionWithSingleContext?
- 
  
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- scrollListener ↔ ScrollListener?
- 
  
  getter/setter pair
- vsync → TickerProvider
- 
  A TickerProvider to use when animating the scroll position.
  no setter
Methods
- 
  createTicker(TickerCallback onTick) → Ticker 
- 
  Creates a ticker with the given callback.
  inherited
- 
  handlePinterSignal(PointerSignalEvent event) → void 
- 
  handlePointerDown(PointerDownEvent event) → void 
- 
  handlePointerPanZoomStart(PointerPanZoomStartEvent event) → void 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  setCanDrag(bool canDrag) → void 
- Whether the user can drag the widget, for example to initiate a scroll.
- 
  setSemanticsActions(Set< SemanticsAction?> ? actions) → void
- Set the SemanticsActions that should be expose to the semantics tree.
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited