GKManagedWidget constructor
const
GKManagedWidget({})
Creates a GKManagedWidget.
Accepts the same parameters as GKWidget.
Implementation
const GKManagedWidget({
super.key,
required this.effect,
this.trigger = GKTrigger.auto,
this.interactive = false,
this.child,
this.controller,
this.duration = const Duration(seconds: 2),
});