FTappableStyleDelta.delta constructor
const
FTappableStyleDelta.delta({
- FVariantsValueDelta<
FTappableVariantConstraint, FTappableVariant, MouseCursor, Delta> ? cursor, - Duration? pressedEnterDuration,
- Duration? pressedExitDuration,
- FTappableMotionDelta? motion,
Creates a partial modification of a FTappableStyle.
Parameters
- FTappableStyle.cursor - The mouse cursor for mouse pointers that are hovering over the region.
- FTappableStyle.pressedEnterDuration - The duration to wait before applying the pressed effect after the user presses the tile.
- FTappableStyle.pressedExitDuration - The duration to wait before removing the pressed effect after the user stops pressing the tile.
- FTappableStyle.motion - Motion-related properties for the tappable.
Implementation
const factory FTappableStyleDelta.delta({
FVariantsValueDelta<FTappableVariantConstraint, FTappableVariant, MouseCursor, Delta>? cursor,
Duration? pressedEnterDuration,
Duration? pressedExitDuration,
FTappableMotionDelta? motion,
}) = _FTappableStyleDelta;