withProfile method
- TouchInteractionProfile value
Replaces TouchInteractionConfig.profile with value.
Implementation
TouchInteractionConfig withProfile(TouchInteractionProfile value) =>
copyWith(profile: value);
Replaces TouchInteractionConfig.profile with value.
TouchInteractionConfig withProfile(TouchInteractionProfile value) =>
copyWith(profile: value);