PlatformHud class abstract

Implementers

Constructors

PlatformHud()

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
info(BuildContext context, String text, {double? height, Widget? leading, Duration? duration}) Hud
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
spinner<T>(BuildContext context, String text, {Future<T> operation()?}) Hud<T>
success(BuildContext context, String text, {Duration? duration}) Hud
toast(BuildContext context, String text, {Duration? duration}) Hud
toString() String
A string representation of this object.
inherited

Operators

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