static show( String text, { Color? customBoxColor, Color? customTextColor, }) { _instance._showToast(text, customBoxColor: customBoxColor, customTextColor: customTextColor); }