FDialog.raw constructor
const
FDialog.raw({
- required Widget builder(
- BuildContext context,
- FDialogStyle style
- FDialogStyleDelta style = const .context(),
- Clip clipBehavior = .none,
- Animation<
double> ? animation, - String? semanticsLabel,
- BoxConstraints constraints = const BoxConstraints(minWidth: 280, maxWidth: 560),
- bool resizeToAvoidInsets = true,
- Key? key,
Creates a FDialog with a custom builder.
Implementation
const FDialog.raw({
required this.builder,
this.style = const .context(),
this.clipBehavior = .none,
this.animation,
this.semanticsLabel,
this.constraints = const BoxConstraints(minWidth: 280, maxWidth: 560),
this.resizeToAvoidInsets = true,
super.key,
});