WidgetOverlayActions constructor
const
WidgetOverlayActions({})
Implementation
const WidgetOverlayActions({
Key? key,
this.duration = const Duration(milliseconds: 200),
this.gestureType = GestureType.onTap,
this.backgroundBuilder,
this.callback,
required this.builder,
this.child,
this.childBuilder,
this.inkwellBorderRadius = 99,
}) : super(key: key);