ShowFlash class

This is a component class for displaying alerts

Constructors

ShowFlash()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

dialog(BuildContext context, {String? title, Widget? icon, String? desc, bool twoButton = false, bool sButton1 = true, bool sButton2 = true, String? tButton1, String? tButton2, Function? onTap1, Function? onTap2}) → dynamic