void showInfo(String message, {String? title}) { state = state.copyWith( message: message, title: title, type: NotificationType.info, hasNotification: true, ); }