Ready class

Constructors

Ready()

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 Properties

delegate LocalizationsDelegate<ReadyListLocalizations>
get RListLocalizations localization delegates This must be added to your MaterialApp
no setter
supportedLocales List<Locale>
list of supported locales by this package
no setter

Static Methods

isVisible(BuildContext context, {double alignment = 0.0, Duration duration = Duration.zero, Curve curve = Curves.ease, ScrollPositionAlignmentPolicy alignmentPolicy = ScrollPositionAlignmentPolicy.explicit}) bool
detect of the widget with the context is visible on the screen or not
localization(BuildContext context) → ReadyListLocalizations
get localization from context or english if no localizations found