MahasDialog 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
-
getBackDialog({String? title, String? middleText, Function? backOnTap, dynamic backResult})
→ void
-
-
getCalncelDialog({required Future<List<MahasMessageModel>> yesOnTap(String), Function? afterBack, bool withAsync = true})
→ void
-
-
getCustomDialog({String? title, String? middleText, List<Widget>? children})
→ void
-
-
getDeleteDialog({required Future yesOnTap()})
→ void
-
-
getDropdownDialog<T>({required Future<List<MahasMessageModel>> yesOnTap(T), required List<T> dropDownItems, required String label, required String title, required dynamic value(T), required dynamic text(T), String? icon})
→ void
-
-
getErrorDialog(List<String> message)
→ void
-
-
getUpdateDialog({String? newVersion, required bool requireUpdate, dynamic installAction()?, dynamic dismissFunction()?})
→ void
-