FTappableStyle constructor
FTappableStyle({
- FVariants<
FTappableVariantConstraint, FTappableVariant, MouseCursor, Delta> cursor = const .all(.defer), - Duration pressedEnterDuration = const Duration(milliseconds: 200),
- Duration pressedExitDuration = .zero,
- FTappableMotion motion = const FTappableMotion(),
Creates a FTappableStyle.
Implementation
FTappableStyle({
this.cursor = const .all(.defer),
this.pressedEnterDuration = const Duration(milliseconds: 200),
this.pressedExitDuration = .zero,
this.motion = const FTappableMotion(),
});