IosHud2 class

Android Hud

Implemented types

Constructors

IosHud2()

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

error(BuildContext context, String text, {Duration? duration}) Hud
override
info(BuildContext context, String text, {double? height, Widget? leading, Duration? duration}) Hud
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overlay(BuildContext context, Widget widget, {bool autoDismiss = true, ToastPlacement? alignment, double? height, Duration? duration}) Hud
override
spinner<T>(BuildContext context, String text, {Duration? duration, Future<T> operation()?}) Hud<T>
override
success(BuildContext context, String text, {Duration? duration}) Hud
override
toast(BuildContext context, String text, {Duration? duration}) Hud
override
toString() String
A string representation of this object.
inherited

Operators

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