Dialogs class

All Dialogs used in the App

Constructors

Dialogs()

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

confirm({required String message, required String source}) Widget
errorAnimate({required String message, String source = AssetHelper.failed, bool useButton = false}) Widget
pin({required dynamic onChanged(String), required int length, required VoidCallback onTap, required String buttonText, required bool isLoading, required bool isComplete, dynamic onCompleted(String)?, String description = 'Masukkan PIN Transaksi Anda', String buttonType = 'default', TextInputType keyboardType = TextInputType.number, bool obscureText = true, BorderRadius? borderRadius, Color? inactiveColor, Color? activeColor, PinCodeFieldShape pinCodeFieldShape = PinCodeFieldShape.box, MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start, CrossAxisAlignment crossAxisAlignmen = CrossAxisAlignment.stretch}) Widget
reminder({required String message, required String source, String btnText = "OK"}) Widget
sliderDialog({required List<Widget> listWidget, bool useButton = false}) Widget
successAnimate({required String message, String source = AssetHelper.success, bool useButton = false}) Widget
update({String? version, String? description, String? appLink, bool? allowDismissal, VoidCallback? onTap}) Widget