AdaptiveWidget constructor
const
AdaptiveWidget({})
Create an adaptive widget
Implementation
const AdaptiveWidget({
super.key,
required this.id,
required this.child,
this.trackTaps = true,
this.trackLongPress = true,
this.trackHover = false,
this.trackFocus = false,
this.onInteraction,
this.constraints,
});