CockpitScrollStepResult constructor
const
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,
Implementation
const CockpitScrollStepResult({
required this.didScroll,
this.strategy = 'none',
this.scrollableKey,
this.scrollablePath,
this.scrollableTypeName,
this.pixelsBefore,
this.pixelsAfter,
this.nextPixels,
this.minScrollExtent,
this.maxScrollExtent,
this.viewportDimension,
this.acceptsUserOffset,
this.allowsProgrammaticScroll,
this.hadGestureTarget = false,
this.hadSemanticAction = false,
this.matchedRegistryTarget = false,
});