JidoujishoPopupPosition enum

Configurations for how the dictionary pop-up may be shown.

Inheritance

Constructors

JidoujishoPopupPosition()
const

Values

topHalf → const JidoujishoPopupPosition

Show the pop-up in the top half portion of the screen.

bottomHalf → const JidoujishoPopupPosition

Show the pop-up in the bottom half portion of the screen.

leftHalf → const JidoujishoPopupPosition

Show the pop-up in the left half portion of the screen.

rightHalf → const JidoujishoPopupPosition

Show the pop-up in the right half portion of the screen.

topThreeFourths → const JidoujishoPopupPosition

Show the pop-up in the top three fourths portion of the screen.

Properties

hashCode int
The hash code for this object.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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

Constants

values → const List<JidoujishoPopupPosition>
A constant List of the values in this enum, in order of their declaration.
[topHalf, bottomHalf, leftHalf, rightHalf, topThreeFourths]