DialogPage<T> constructor
const
DialogPage<T>({ - required dynamic builder,
- dynamic anchorPoint,
- dynamic barrierColor = Colors.black87,
- bool barrierDismissible = true,
- String? barrierLabel,
- String? label,
- bool useSafeArea = true,
- dynamic themes,
- dynamic key,
- dynamic name,
- dynamic arguments,
- dynamic restorationId,
})
Implementation
const DialogPage({
required this.builder,
this.anchorPoint,
this.barrierColor = Colors.black87,
this.barrierDismissible = true,
this.barrierLabel,
this.label,
this.useSafeArea = true,
this.themes,
super.key,
super.name,
super.arguments,
super.restorationId,
});