NkAlertDialogPrefs class

Constructors

NkAlertDialogPrefs(String title, String message, {String okButtonText = "Ok", TextStyle? okButtonStyle, TextStyle? messageStyle, TextStyle? titleStyle})

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Message used in the dialog box.
getter/setter pair
messageStyle TextStyle?
Style of the message used the dialog box.
getter/setter pair
okButtonStyle TextStyle?
Style of the text used in the ok button of the dialog box.
getter/setter pair
okButtonText String
Text used in the ok button of the dialog box.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Title used in the dialog box.
getter/setter pair
titleStyle TextStyle?
Style of the title used in the dialog box.
getter/setter pair

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