CarpenterDialog constructor
const
CarpenterDialog({})
Implementation
const CarpenterDialog({
super.key,
required this.title,
required this.content,
this.actions = const [],
this.constraints = const BoxConstraints(maxWidth: 720, maxHeight: 760),
});