FInheritedItemCallbacks constructor
const
FInheritedItemCallbacks({
- required Widget child,
- Key? key,
- VoidCallback? onHoverEnter,
- VoidCallback? onHoverExit,
- VoidCallback? onPress,
- VoidCallback? onLongPress,
Creates a FInheritedItemCallbacks.
Implementation
const FInheritedItemCallbacks({
required super.child,
super.key,
this.onHoverEnter,
this.onHoverExit,
this.onPress,
this.onLongPress,
});