TestStatusAlignment class

Alignment for the test status bar.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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.
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.
center → const TestStatusAlignment
Aligns the test status bar at the center of the screen.
top → const TestStatusAlignment
Aligns the test status bar at the top of the screen.
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.