ICommonDialogProperties class abstract

Implementers

Constructors

ICommonDialogProperties()

Properties

backgroundColor Color?
The dialog background color (overrides theme)
final
buttonTextColor Color?
The button text color (overrides theme)
final
cancelText String?
Text to display in the cancel button
final
confirmText String?
Text to display in the confirm button
final
hashCode int
The hash code for this object.
no setterinherited
headerColor Color?
The dialog header color (overrides theme)
final
headerTextColor Color?
The dialog header text color (overrides theme)
final
maxLongSide double?
Used to restrict how tall the dialog can be.
final
maxShortSide double?
Used to restrict how wide the dialog can be.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The title for the dialog box
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