ProfileViewPositioned class
A class that represents the position of a profile view in a MirrorFlyView
.
@property left The distance from the left edge of the MirrorFlyView
.
@property top The distance from the top edge of the MirrorFlyView
.
@property right The distance from the right edge of the MirrorFlyView
.
@property bottom The distance from the bottom edge of the MirrorFlyView
.
@property width The width of the profile view.
@property height The height of the profile view.
Constructors
- ProfileViewPositioned({int? left, int? top, int? right, int? bottom, int? width, int? height})
- Constructor for the ProfileViewPositioned class.
Properties
- bottom → int?
-
The distance from the bottom edge of the
MirrorFlyView
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- height → int?
-
The height of the profile view.
final
- left → int?
-
The distance from the left edge of the
MirrorFlyView
.final - right → int?
-
The distance from the right edge of the
MirrorFlyView
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- top → int?
-
The distance from the top edge of the
MirrorFlyView
.final - width → int?
-
The width of the profile view.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converts a ProfileViewPositioned object into a map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited