NoGlowScrollBehavior class Null safety Utils

스크롤이 마지막에 닿았을때 스마트폰에서 나타나는 이펙트를 제거하는 Behavior입니다. 필요한 곳에 사용하시면 됩니다.

Inheritance

Constructors

NoGlowScrollBehavior()

Properties

androidOverscrollIndicator AndroidOverscrollIndicator
Specifies which overscroll indicator to use on TargetPlatform.android. [...]
read-only, inherited
dragDevices Set<PointerDeviceKind>
The device kinds that the scrollable will accept drag gestures from. [...]
read-only, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

buildOverscrollIndicator(BuildContext context, Widget child, ScrollableDetails details) Widget
Applies a GlowingOverscrollIndicator to the child widget on TargetPlatform.android and TargetPlatform.fuchsia.
override
buildScrollbar(BuildContext context, Widget child, ScrollableDetails details) Widget
Applies a RawScrollbar to the child widget on desktop platforms.
inherited
buildViewportChrome(BuildContext context, Widget child, AxisDirection axisDirection) Widget
Wraps the given widget, which scrolls in the given AxisDirection. [...]
@Deprecated('Migrate to buildOverscrollIndicator. ' 'This feature was deprecated after v2.1.0-11.0.pre.'), inherited
copyWith({bool? scrollbars, bool? overscroll, Set<PointerDeviceKind>? dragDevices, ScrollPhysics? physics, TargetPlatform? platform, AndroidOverscrollIndicator? androidOverscrollIndicator}) ScrollBehavior
Creates a copy of this ScrollBehavior, making it possible to easily toggle scrollbar and overscrollIndicator effects. [...]
inherited
getPlatform(BuildContext context) TargetPlatform
The platform whose scroll physics should be implemented. [...]
inherited
getScrollPhysics(BuildContext context) ScrollPhysics
The scroll physics to use for the platform given by getPlatform. [...]
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
shouldNotify(covariant ScrollBehavior oldDelegate) bool
Called whenever a ScrollConfiguration is rebuilt with a new ScrollBehavior of the same runtimeType. [...]
inherited
toString() String
A string representation of this object. [...]
inherited
velocityTrackerBuilder(BuildContext context) GestureVelocityTrackerBuilder
Specifies the type of velocity tracker to use in the descendant Scrollables' drag gesture recognizers, for estimating the velocity of a drag gesture. [...]
inherited

Operators

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