AdaptiveDialog constructor
const
AdaptiveDialog({
- Key? key,
- required Widget child,
- required BoxConstraints? constraints,
- required ShapeBorder? shape,
Implementation
const AdaptiveDialog({
super.key,
required this.child,
required this.constraints,
required this.shape,
});