NoticeExtension extension
- on
Methods
-
showNoticeError<
T> (String message, {String? key, Curve? curve, bool? onGoing, String? title, Curve? reverseCurve, NoticeStyle? style, CustomOverlayToken< T> ? token, List<Widget> actions = const []}) → Future<T?> -
Available on BaseProvider, provided by the NoticeExtension extension
-
showNoticeInfo<
T> (String message, {String? key, Curve? curve, bool? onGoing, String? title, Curve? reverseCurve, NoticeStyle? style, CustomOverlayToken< T> ? token, List<Widget> actions = const []}) → Future<T?> -
Available on BaseProvider, provided by the NoticeExtension extension
-
showNoticeSuccess<
T> (String message, {String? key, Curve? curve, bool? onGoing, String? title, Curve? reverseCurve, NoticeStyle? style, CustomOverlayToken< T> ? token, List<Widget> actions = const []}) → Future<T?> -
Available on BaseProvider, provided by the NoticeExtension extension
-
showNoticeWarning<
T> (String message, {String? key, Curve? curve, bool? onGoing, String? title, Curve? reverseCurve, NoticeStyle? style, CustomOverlayToken< T> ? token, List<Widget> actions = const []}) → Future<T?> -
Available on BaseProvider, provided by the NoticeExtension extension