DialogPlus 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
show({required Widget child, Color? barrierColor, bool barrierDismissible = true, bool useRootNavigator = false, bool useSafeArea = false, RouteSettings? routeSettings, bool closeKeyboardWhenOpen = true, RadiusPlus? radius, BorderPlus? border, double elevation = 1, double? screenHorizontalMargin}) → void
Shows custom Dialog
showDefault({String? title, Color? titleColor, double? titleSize, FontWeight? titleWeight, String? message, Color? messageColor, double? messageSize, FontWeight? messageWeight, String? buttonOneText = '', Color? buttonOneTextColor, double? buttonOneTextSize, FontWeight? buttonOneTextWeight, Color? buttonOneColor, RadiusPlus? buttonOneRadius, dynamic buttonOneCallback()?, String? buttonTwoText = '', Color? buttonTwoTextColor, double? buttonTwoTextSize, FontWeight? buttonTwoTextWeight, Color? buttonTwoColor, RadiusPlus? buttonTwoRadius, dynamic buttonTwoCallback()?, double? buttonsHeight, EdgeInsetsGeometry? padding, Color? barrierColor, bool barrierDismissible = true, bool closeKeyboardWhenOpen = true, RadiusPlus? radius, BorderPlus? border, double elevation = 1, double elementsSpacing = 16, double? screenHorizontalMargin}) → void
Shows default Dialog with some customizations
toString() String
A string representation of this object.
inherited

Operators

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