Eralp class
Properties
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
builder({BuildContext context, Widget child, bool isNavBar})
→ Widget
-
-
navigatorKey()
→ GlobalKey<NavigatorState>
-
-
showAlertDialog({bool dismissible = true, Widget title, Widget content, Color backgroundColor = Colors.white, String okString, Function onOkPressed})
→ void
-
-
showEralpNotification({Widget child, Duration duration, bool showProgressIndicator, Color progressBackgroundColor, Color progressValueColor})
→ void
-
-
showProgress()
→ void
-
-
showSnackBar({SnackBar snackBar})
→ void
-
-
showUndismissibleAlertDialog()
→ void
-
-
splashPage()
→ Widget
-
-
startProgress({int maxSecond, Widget child})
→ void
-
-
startProgressForXSecond({double second, Widget child})
→ void
-
-
stopProgress()
→ void
-
-
validator()
→ RegisterValidator
-