AlertRF class

Constructors

AlertRF.new({@required BuildContext? context, String? title, @required String? msg, IconData? icon, String confirmText = 'OK', String cancelText = 'CANCEL', Function? onConfirm})

Properties

cancelText String
getter/setter pair
confirmText String
getter/setter pair
context BuildContext?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
getter/setter pair
msg String?
getter/setter pair
onConfirm Function?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair

Methods

contentBox(dynamic context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

sh(BuildContext context, Function fn) → dynamic
showSA(BuildContext context, String msg, Function onConfirm) → dynamic