ARMOYUWidget class

Constructors

ARMOYUWidget.new({required List<Map<String, String>> content, required bool firstFetch, required ARMOYUServices service})

Properties

content List<Map<String, String>>
getter/setter pair
firstFetch bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service → ARMOYUServices
final

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

showConfirmationDialog(BuildContext context, {required Function accept, Function? decline, String? question}) → void
stackbarNotification(BuildContext context, String text) → void
toastNotification(String text) → void