disableHoverEffect property

bool disableHoverEffect
final

Whether to disable hover visual effects.

When true, the button doesn't show visual changes on hover, though onHover callbacks are still called. Useful for custom hover implementations.

Implementation

final bool disableHoverEffect;