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