FDialog.raw constructor
const
FDialog.raw({})
Creates a FDialog with a custom builder.
Implementation
const FDialog.raw({
required this.builder,
this.style,
this.insetAnimationDuration = _defaultDuration,
this.insetAnimationCurve = Curves.decelerate,
this.semanticLabel,
super.key,
});