SmoothAlertDialog class Null safety

Open by calling

showDialog( context: context, builder: (BuildContext context) { return SmoothAlertDialog(...) } )

Constructors

SmoothAlertDialog({String? title, required dynamic body, required List? actions})
The most simple alert dialog: no fancy effects.
const
SmoothAlertDialog.advanced({String? title, bool close = true, double? maxHeight, required dynamic body, List? actions})
Advanced alert dialog with fancy effects.
const

Properties

actions List?
final
body → dynamic
final
close bool
final
hashCode int
The hash code for this object. [...]
read-only, inherited
maxHeight double?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
title String?
final

Methods

build(dynamic context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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