GTFToast class

Constructors

GTFToast()
factory

Properties

container Widget?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key GlobalKey<GTFToastContainerState>?
getter/setter pair
loadingAnimationBegin double
getter/setter pair
loadingAnimationDelay double
getter/setter pair
loadingAnimationDuration int
getter/setter pair
loadingAnimationEnd double
getter/setter pair
loadingBallColor Color
getter/setter pair
loadingBallContainerWidth double
getter/setter pair
loadingBallNum int
getter/setter pair
loadingBallPadding EdgeInsets
getter/setter pair
loadingBallSize double
getter/setter pair
loadingBoxColor Color
getter/setter pair
loadingBoxPadding EdgeInsets
getter/setter pair
loadingBoxShadowColor Color
getter/setter pair
loadingFontSize double
getter/setter pair
loadingFontWeight FontWeight
getter/setter pair
loadingMaxHeight double
getter/setter pair
loadingMaxWidth double
getter/setter pair
loadingMinHeight double
getter/setter pair
loadingMinWidth double
getter/setter pair
loadingRadius double
getter/setter pair
loadingShadowBlur double
getter/setter pair
loadingTextColor Color
getter/setter pair
loadingTextMaxLines int
getter/setter pair
loadingTextPadding EdgeInsets
getter/setter pair
overlayEntry GTFToastOverlayEntry
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toastBoxColor Color
getter/setter pair
toastFontSize double
getter/setter pair
toastFontWeight FontWeight
getter/setter pair
toastIconMaxWidth double
getter/setter pair
toastIconMinWidth double
getter/setter pair
toastIconPadding EdgeInsetsGeometry
getter/setter pair
toastIconTextMargin double
getter/setter pair
toastRadius double
getter/setter pair
toastShowDuration int
getter/setter pair
toastTextColor Color
getter/setter pair
toastTextMaxWidth double
getter/setter pair
toastTextMinWidth double
getter/setter pair
toastTextPadding EdgeInsetsGeometry
getter/setter pair

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

instance GTFToast
no setter

Static Methods

dismiss() → dynamic
init({TransitionBuilder? builder}) TransitionBuilder
show(String text, {Color? customBoxColor, Color? customTextColor}) → dynamic
showError(String text, {String? icon, Color? customBoxColor, Color? customTextColor}) → dynamic
showLoading({String? text}) → dynamic
showSuccess(String text, {String? icon, Color? customBoxColor, Color? customTextColor}) → dynamic
showWhiteLoading({String? text}) → dynamic