disableTransition property

bool disableTransition
final

Whether to disable visual transition animations.

When true, the button skips animation effects for state changes. Useful for performance optimization or accessibility preferences.

Implementation

final bool disableTransition;