ProfileViewPositioned class

Constructors

ProfileViewPositioned.new({int? left, int? top, int? right, int? bottom, int? width, int? height})

Properties

bottom int?
The distance that the child's bottom edge is inset from the bottom of the MirrorFlyView.
final
hashCode int
The hash code for this object.
no setterinherited
height int?
The child's height.
final
left int?
The distance that the child's left edge is inset from the left of the MirrorFlyView.
final
The distance that the child's right edge is inset from the right of the MirrorFlyView.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top int?
The distance that the child's top edge is inset from the top of the MirrorFlyView.
final
width int?
The child's width.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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