Dialogs class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
 
    
  
    
    
  
    Static Methods
    
        - 
  showCustomDialog({BuildContext? context, dynamic dismissOnTap = false, required Widget body, Widget? closeBtn, Duration? animationTime, double? height, double? width, Color? bgColor, EdgeInsets? padding, EdgeInsets? margin})
    → dynamic
  
  
- 
  
  
- 
  showNativeDialog({BuildContext? context, String title = 'Info', Material? body, String message = 'Action cannot be undo.', String okBtn = 'OK', String? cancelBtn, Color? okButtonTextColor, Color? cancelButtonTextColor, TextStyle? okButtonTextStyle, TextStyle? cancelButtonTextStyle, Widget? okButton, Widget? cancelButton, List<Widget>? buttonList, bool isDismissible = true})
    → Future
  
  
- 
  
  
- 
  showOverlayLoadingDialog({BuildContext? context, dynamic dismissOnTap = false, Duration? animationTime})
    → dynamic
  
  
-