AppHoveringNotifier constructor
const
AppHoveringNotifier({})
Implementation
const AppHoveringNotifier({
required this.builder,
this.onHover,
this.child,
this.duration = const Duration(milliseconds: 100),
this.enabled = true,
this.forceHoveringOnMobile = false,
super.key,
});