DialogHeader constructor
const
DialogHeader({})
Implementation
const DialogHeader({
required this.title,
this.borderRadius = 16,
this.isShowTopDivider = false,
this.titleStyle,
super.key,
});
const DialogHeader({
required this.title,
this.borderRadius = 16,
this.isShowTopDivider = false,
this.titleStyle,
super.key,
});