XDialog class

TextModel for a common dialog

Available Extensions
Annotations
  • @CopyWith()

Constructors

XDialog({String title = '', String message = '', String button1 = '', String button2 = '', String button3 = ''})
const

Properties

button1 String
button1 text
final
button2 String
button2 text
final
button3 String
button3 text
final
hashCode int
The hash code for this object.
no setterinherited
message String
Message text
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Title text
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