ConfirmationDialogTexts class

Texts for the confirmation dialog.

Constructors

ConfirmationDialogTexts({String? title, String? message, Widget? titleWidget, Widget? messageWidget, String? confirmButtonText, String? cancelButtonText})
The texts for the confirmation dialog.
const

Properties

cancelButtonText String?
The cancel button text.
final
confirmButtonText String?
The confirm button text.
final
hashCode int
The hash code for this object.
no setterinherited
message String?
The message of the dialog.
final
messageWidget Widget?
The message widget of the dialog.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The title of the dialog.
final
titleWidget Widget?
The title widget of the dialog.
final

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