OnHoverWidget constructor

const OnHoverWidget({
  1. Key? key,
  2. Widget builder(
    1. bool isHovered
    )?,
  3. Widget? child,
  4. Matrix4? hoveredMatrix4,
  5. double? hoverScale,
  6. Duration? animatedDuration,
  7. dynamic onTap()?,
  8. double? radius,
  9. Color? hoverColor,
  10. BoxDecoration? boxDecoration,
  11. MouseCursor? cursor,
})

Implementation

const OnHoverWidget({super.key,  this.builder, this.child,  this.hoveredMatrix4, this.hoverScale,  this.animatedDuration, this.onTap, this.radius, this.hoverColor, this.boxDecoration, this.cursor});