errorToast static method
错误toast
Implementation
static void errorToast(String msg) {
_showToast(
msg,
preIcon: Icon(Icons.cancel_rounded, color: HbColor.textError, size: 18.w),
);
}
错误toast
static void errorToast(String msg) {
_showToast(
msg,
preIcon: Icon(Icons.cancel_rounded, color: HbColor.textError, size: 18.w),
);
}