Skip to main content

CustomAlertDialogWithCheckbox class

This Class returns CustomAlertDialogWithCheckbox widget . Custom Alert Dialog with check box is a popup.

that appeared in the screen showing Alert message along with the event buttons. This extends stateful widget that means it cannot change its state during the runtime of a application. This has a check box which wil rewuire user input to change.

Inheritance

: - Object

Available extensions

: - AnimateWidgetExtensions

Constructors

[CustomAlertDialogWithCheckbox][]

: ::: const :::

Properties

[checkboxLabel] [→ String] : Label for the checkbox. ::: features final :::

[dialogSubTitle] [→ String] : Subtitle or message content of the dialog. ::: features final :::

[dialogTitle] [→ String] : Title displayed in the dialog (default value is 'Confirmation'). ::: features final :::

[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::

[initialCheckboxValue] [→ bool] : Initial value for the checkbox. ::: features final :::

[key] [→ Key?] : Controls how one widget replaces another widget in the tree. ::: features finalinherited :::

[reverse] [→ bool] : Indicates whether the order of action buttons should be reversed. ::: features final :::

[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::

[secondaryButtonTap] → dynamic Function[?] : Function triggered upon tapping the secondary action button. ::: features final :::

[secondaryButtonText] [→ String] : Text displayed on the secondary action button (default value is 'Close'). ::: features final :::

[success] [→ dynamic Function[([[bool?]])]] : Function triggered upon tapping the primary action button. ::: features final :::

[successText] [→ String] : Text displayed on the primary action button. ::: features final :::

Methods

[animate][ [→ Animate] ]

: Available on Widget, provided by the AnimateWidgetExtensions extension

Wraps the target Widget in an Animate instance, and returns the instance for chaining calls. Ex. myWidget. is equivalent to Animate(child: myWidget).

[createElement][ [→ StatefulElement] ] : Creates a StatefulElement to manage this widget's location in the tree. ::: features inherited :::

createState [→ _CustomAlertDialogWithCheckboxState ] : Creates the mutable state for this widget at a given location in the tree. ::: features override :::

[debugDescribeChildren][ [→ List[<[DiagnosticsNode]>]] ] : Returns a list of DiagnosticsNode objects describing this node's children. ::: features inherited :::

[debugFillProperties][([[DiagnosticPropertiesBuilder] properties]) → void ] : Add additional properties associated with the node. ::: features inherited :::

[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::

[toDiagnosticsNode][ [→ DiagnosticsNode] ] : Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep. ::: features inherited :::

[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::

[toStringDeep][ [→ String] ] : Returns a string representation of this node and its descendants. ::: features inherited :::

[toStringShallow][ [→ String] ] : Returns a one-line detailed description of the object. ::: features inherited :::

[toStringShort][ [→ String] ] : A short, textual description of this widget. ::: features inherited :::

Operators

[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::

  1. talawa
  2. custom_alert_dialog_with_checkbox
  3. CustomAlertDialogWithCheckbox class
custom_alert_dialog_with_checkbox library