SpoilerGeometry class
Bundles the path and rects that describe a spoiler selection.
Constructors
-
SpoilerGeometry({required Path path, required String signature, required List<
Rect> rects})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → Path
-
Path representing the spoiler area.
final
-
rects
→ List<
Rect> -
Rectangles used to build the path.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signature → String
-
Signature hash used for caching and diffing.
final
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