widget
library
Functions
-
buildDefLoadingOverlay(BuildContext context, {String message = "", bool passTouch = false, Color maskColor = OverlayConst.maskColor, Color frameColor = Colors.transparent, TextStyle textStyle = OverlayConst.textStyle, double progressSize = 24, Color progressColor = Colors.white, double progressStrokeWidth = 2, Color progressBackgroundColor = Colors.transparent})
→ Widget
-
-
buildDefToastOverlay(BuildContext context, {String? message, int duration = 2, bool passTouch = true, ToastAlignment alignment = ToastAlignment.bottom})
→ Widget
-