PipCorner enum

Which corner the window starts in.

Four corners exist because a dragged window can come to rest in any of them and analytics report where the user left it. The dashboard only offers the two bottom corners — that restriction lives at the editor tier, not here, so unlocking the top ones later needs no SDK release.

Inheritance
Available extensions

Values

bottomLeft → const PipCorner
const PipCorner('bottom_left')
bottomRight → const PipCorner
const PipCorner('bottom_right')
topLeft → const PipCorner
const PipCorner('top_left')
topRight → const PipCorner
const PipCorner('top_right')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isBottom bool
no setter
isRight bool
no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wire String
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

Static Methods

from(String? value) PipCorner

Constants

values → const List<PipCorner>
A constant List of the values in this enum, in order of their declaration.