LayoutReport class

The result of checking one screen across a set of device sizes / scales.

Constructors

LayoutReport(List<DeviceResult> results)
const

Properties

failures → List<DeviceResult>
The combinations that overflowed.
no setter
hashCode → int
The hash code for this object.
no setterinherited
hasOverflow → bool
True if any combination overflowed.
no setter
results → List<DeviceResult>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

describe() → String
A human-readable summary, e.g. for a failing test message.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited