SlidableRatioNotification class
A specific SlidableNotification which holds the current ratio value.
- Inheritance
-
- Object
- SlidableNotification
- SlidableRatioNotification
- Annotations
-
- @immutable
- @Deprecated('Use SlidableAutoCloseNotification instead')
Constructors
- SlidableRatioNotification.new({required Object? tag, required double ratio})
-
Creates a SlidableRatioNotification.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- ratio → double
-
The ratio value of the SlidableController.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → Object?
-
A tag representing the Slidable from which the notification is sent.
finalinherited
Methods
-
dispatch(
BuildContext context, SlidableController controller) → void -
Start bubbling this notification at the given build context.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override