FSelectScrollHandleStyleDelta.delta constructor
const
FSelectScrollHandleStyleDelta.delta({
- IconThemeDataDelta? iconStyle,
- Color? background,
- Duration? enterDuration,
- double? pixelsPerSecond,
Creates a partial modification of a FSelectScrollHandleStyle.
Parameters
- FSelectScrollHandleStyle.iconStyle - The handle icon's style.
- FSelectScrollHandleStyle.background - The background color.
- FSelectScrollHandleStyle.enterDuration - The duration to wait before scrolling.
- FSelectScrollHandleStyle.pixelsPerSecond - The number of pixels to scroll per second.
Implementation
const factory FSelectScrollHandleStyleDelta.delta({
IconThemeDataDelta? iconStyle,
Color? background,
Duration? enterDuration,
double? pixelsPerSecond,
}) = _FSelectScrollHandleStyleDelta;