AlertRF constructor
AlertRF({})
Implementation
AlertRF(
{@required this.context,
this.title,
@required this.msg,
this.icon,
this.confirmText = 'OK',
this.cancelText = 'CANCEL',
this.onConfirm});