DialogView constructor
const
DialogView({})
Implementation
const DialogView({
Key? key,
required this.child,
this.title,
this.closeButton,
this.leftBar,
this.rightBar,
this.onClose,
this.fullScreen = false,
this.direction = TextDirection.ltr,
this.width,
this.height,
this.radius,
this.backgroundColor,
this.borderColor,
}) : super(key: key);