GgPopoverRoute constructor
const
GgPopoverRoute({
- required Key key,
- required String name,
- String? semanticLabel,
- required Widget base,
- required WidgetBuilder popover,
- GgAnimationBuilder? inAnimation,
- GgAnimationBuilder? outAnimation,
- Duration animationDuration = const Duration(milliseconds: 500),
Constructor.
Implementation
const GgPopoverRoute({
required Key key,
required this.name,
this.semanticLabel,
required this.base,
required this.popover,
this.inAnimation,
this.outAnimation,
this.animationDuration = const Duration(milliseconds: 500),
}) : super(key: key);