helpers/up_toast library
Properties
- fToast ↔ FToast
-
getter/setter pair
Functions
-
removeAllQueuedToasts(
) → dynamic -
showUpToast(
{required BuildContext context, required String text, UpStyle? style, UpColorType? upColorType, bool isRounded = false, double borderRadius = 25.0, UpToastType upToastType = UpToastType.primary, EdgeInsetsGeometry? padding, Icon? icon, Duration? duration, double width = 300, double? height}) → dynamic