TestStatusAlignment class
Alignment for the test status bar.
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns the string representation of this alignment that can be safely
passed to fromString to recreate the object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
fromString(
String data) → TestStatusAlignment - Converts the alignment from a string to an actual object. This will throw an exception if the string does not match any valid value.
Constants
- bottom → const TestStatusAlignment
-
Aligns the test status bar at the very bottom of the screen.
const TestStatusAlignment._('bottom')
- bottomSafe → const TestStatusAlignment
-
Aligns the test status bar at the bottom of the screen, but is padded so
that it renders above any system UI.
const TestStatusAlignment._('bottomSafe')
- center → const TestStatusAlignment
-
Aligns the test status bar at the center of the screen.
const TestStatusAlignment._('center')
- top → const TestStatusAlignment
-
Aligns the test status bar at the top of the screen.
const TestStatusAlignment._('top')
- topSafe → const TestStatusAlignment
-
Aligns the test status bar at the top of the screen, but is padded so that
it renders below any system UI.
const TestStatusAlignment._('topSafe')