FollyDialogs class

Constructors

FollyDialogs.new()

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

dialogMessage({required BuildContext context, required String? message, String title = 'Atenção', String buttonText = 'OK', String defaultMessage = 'Ocorreu um erro.', bool scrollable = false}) Future<void>
dialogText({required BuildContext context, required String title, required String message, String confirmLabel = 'OK', String cancelLabel = 'CANCELAR', String startString = '', TextInputType keyboardType = TextInputType.text, bool scrollable = false}) Future<String>
yesNoDialog({required BuildContext context, required String message, String title = 'Atenção', String affirmative = 'Sim', String negative = 'Não', bool marked = false, bool scrollable = false}) Future<bool>