EasyDialog class

Constructors

EasyDialog({String? title, String? title2, Color? colorBackground, String? text, String? okText, Color? okColor, Function? callbackPressOk, double? indent, Widget? body, bool? titleLine = true, bool? bodyLine = true, Widget? titleWidget, Color? colorTitle, bool? okButtonText = false, String? cancelText, Color? cancelColor, Function? callbackPressCancel, bool? cancelButtonText, bool? alignBottom, Color? colorTitleText, Icon? titleIcon, TextStyle? okTextStyle, TextStyle? cancelTextStyle, bool? closeOnBackgroundTap, bool? stars, dynamic starsCallback(int)?, Widget? okButton})

Properties

alignBottom bool?
getter/setter pair
body Widget?
getter/setter pair
bodyLine bool?
getter/setter pair
callbackPressCancel Function?
getter/setter pair
callbackPressOk Function?
getter/setter pair
cancelButtonText bool?
getter/setter pair
cancelColor Color?
getter/setter pair
cancelText String?
getter/setter pair
cancelTextStyle TextStyle?
getter/setter pair
closeOnBackgroundTap bool?
getter/setter pair
colorBackground Color?
getter/setter pair
colorTitle Color?
getter/setter pair
colorTitleText Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indent double?
getter/setter pair
okButton Widget?
getter/setter pair
okButtonText bool?
getter/setter pair
okColor Color?
getter/setter pair
okText String?
getter/setter pair
okTextStyle TextStyle?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stars bool?
getter/setter pair
starsCallback ↔ (dynamic Function(int)?)
getter/setter pair
text String?
getter/setter pair
title String?
getter/setter pair
title2 String?
getter/setter pair
titleIcon Icon?
getter/setter pair
titleLine bool?
getter/setter pair
titleWidget Widget?
getter/setter pair

Methods

getTextColor(Color color) Color
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(BuildContext context) → dynamic
toString() String
A string representation of this object.
inherited
withTitle(String title) → dynamic
withTitle2(String title, String title2) → dynamic
wthTextBody(String text) → dynamic

Operators

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