TopAlert constructor
const
TopAlert({})
Implementation
const TopAlert({
super.key,
this.title,
required this.message,
required this.width,
this.cancel,
this.ok,
this.okText,
this.cancelText,
});
const TopAlert({
super.key,
this.title,
required this.message,
required this.width,
this.cancel,
this.ok,
this.okText,
this.cancelText,
});