NeoPopupType --- ```dart enum NeoPopupType { info, warning, error, success, } ```