Notice class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
show<T>(BuildContext context, {required String message, String? key, Curve? curve, bool? onGoing, String? title, Duration? duration, Curve? reverseCurve, Duration? animeDuration, NoticeStyle? style, CustomOverlayToken<T>? token, List<Widget> actions = const [], NoticeStatus status = NoticeStatus.info})
→ Future<T?>
-
-
showError<T>(BuildContext context, {required String message, String? key, Curve? curve, bool? onGoing, String? title, Curve? reverseCurve, NoticeStyle? style, CustomOverlayToken<T>? token, List<Widget> actions = const []})
→ Future<T?>
-
-
showInfo<T>(BuildContext context, {required String message, String? key, Curve? curve, bool? onGoing, String? title, Curve? reverseCurve, NoticeStyle? style, CustomOverlayToken<T>? token, List<Widget> actions = const []})
→ Future<T?>
-
-
showSuccess<T>(BuildContext context, {required String message, String? key, Curve? curve, bool? onGoing, String? title, Curve? reverseCurve, NoticeStyle? style, CustomOverlayToken<T>? token, List<Widget> actions = const []})
→ Future<T?>
-
-
showWarning<T>(BuildContext context, {required String message, String? key, Curve? curve, bool? onGoing, String? title, Curve? reverseCurve, NoticeStyle? style, CustomOverlayToken<T>? token, List<Widget> actions = const []})
→ Future<T?>
-