SubZeroDialogContentArea constructor
const
SubZeroDialogContentArea({
- Key? key,
- Widget? child,
- double height = 100,
- Color? backgroundColor,
- BorderRadius? borderRadius,
Implementation
const SubZeroDialogContentArea({
super.key,
this.child,
this.height = 100,
this.backgroundColor,
this.borderRadius,
});