BackdropTransformData class

Data class containing backdrop transformation information.

Holds the size difference needed to scale and position backdrop content when overlays are displayed.

Constructors

BackdropTransformData(Size sizeDifference)
Creates backdrop transform data.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeDifference Size
The difference in size between original and transformed backdrop.
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