AlertDialogStyle class

Constructors

AlertDialogStyle({TextStyle confirm = DEFAULT_CONFIRM, TextStyle cancel = DEFAULT_CANCEL, TextStyle dismiss = DEFAULT_DISMISS, TextStyle title = DEFAULT_TITLE, TextStyle? message})
confirm default value is DEFAULT_CONFIRM cancel default value is DEFAULT_CANCEL dismiss default value is DEFAULT_DISMISS title default value is DEFAULT_TITLE

Properties

cancel TextStyle
cancel Change the text from cancel button
final
confirm TextStyle
confirm Change the text from confirm button
final
dismiss TextStyle
dismiss Change the text from dismiss button
final
hashCode int
The hash code for this object.
no setterinherited
message TextStyle?
message Change the text style for message text
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title TextStyle
title Change the text from 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

Constants

DEFAULT_CANCEL → const TextStyle
DEFAULT_CANCEL is default value of cancel
DEFAULT_CONFIRM → const TextStyle
DEFAULT_CONFIRM is default value of confirm
DEFAULT_DISMISS → const TextStyle
DEFAULT_DISMISS is default value of dismiss
DEFAULT_TITLE → const TextStyle
DEFAULT_TITLE is default value of title