withProfile method

TouchInteractionConfig withProfile(
  1. TouchInteractionProfile value
)

Replaces TouchInteractionConfig.profile with value.

Implementation

TouchInteractionConfig withProfile(TouchInteractionProfile value) =>
    copyWith(profile: value);