CockpitScrollStepResult class final
Constructors
- CockpitScrollStepResult({required bool didScroll, String strategy = 'none', String? scrollableKey, String? scrollablePath, String? scrollableTypeName, double? pixelsBefore, double? pixelsAfter, double? nextPixels, double? minScrollExtent, double? maxScrollExtent, double? viewportDimension, bool? acceptsUserOffset, bool? allowsProgrammaticScroll, bool hadGestureTarget = false, bool hadSemanticAction = false, bool matchedRegistryTarget = false})
-
const
Properties
- acceptsUserOffset → bool?
-
final
- allowsProgrammaticScroll → bool?
-
final
- didScroll → bool
-
final
- hadGestureTarget → bool
-
final
- hadSemanticAction → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- matchedRegistryTarget → bool
-
final
- maxScrollExtent → double?
-
final
- minScrollExtent → double?
-
final
- nextPixels → double?
-
final
- pixelsAfter → double?
-
final
- pixelsBefore → double?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollableKey → String?
-
final
- scrollablePath → String?
-
final
- scrollableTypeName → String?
-
final
- strategy → String
-
final
- viewportDimension → double?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited