JidoujishoPopupPosition enum
Configurations for how the dictionary pop-up may be shown.
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
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]