XDialog class

Constructors

XDialog()

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

centerDialog({Widget? title, String? titleText, TextStyle? titleStyle, Widget? content1, Widget? content2, Size? size, Color? color1, Color? color2, String? text1, String? text2, TextStyle? textStyle1, TextStyle? textStyle2, dynamic onPressed1()?, dynamic onPressed2()?, bool? isColumnButton}) → void