Hover constructor
const
Hover({})
Implementation
const Hover({
super.key,
required this.child,
required this.onHover,
this.waitDuration,
this.minDuration,
this.showDuration,
this.hitTestBehavior,
});
const Hover({
super.key,
required this.child,
required this.onHover,
this.waitDuration,
this.minDuration,
this.showDuration,
this.hitTestBehavior,
});