TDialogs class

A class to manage and show dialogs with customizable actions.

Constructors

TDialogs.new()

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

defaultDialog({required BuildContext context, String title = 'Removal Confirmation', Widget? content, String cancelText = 'Dismiss', String confirmText = 'Remove', dynamic onCancel()?, dynamic onConfirm()?, bool hideActions = false, bool canPop = true}) → dynamic
A default dialog with customizable title, content, buttons, and actions.