FeatureBottomModalSheetNotifier 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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

notify(BuildContext context, {required int featureKey, required void onClose(), required String description, required String title, String? buttonText, Color? backgroundColor, Color? buttonTextColor, double? buttonTextFontSize, Color? descriptionColor, Color? closeIconColor, double? descriptionFontSize, Widget? icon, void onTapButton()?, Color? strokeColor, double? strokeWidth, Color? titleColor, double? titleFontSize, bool? hasButton, bool? showIcon, Color? buttonBackgroundColor, Widget? body}) Future
This method returns a bottom modal sheet that allows you notify users of your new features.