AlertView constructor
const
AlertView({})
Implementation
const AlertView({
Key? key,
required this.confirmAction,
this.cancelAction,
this.title,
required this.content,
this.titleTextStyle,
this.contentTextStyle,
this.confirmTextStyle,
this.cancelTextStyle,
this.confirmText,
this.cancelText,
}) : super(key: key);