PlayImageSpec class

An image Play requires of every listing, at one exact size.

Both are Play's rules. Neither is configurable, and that is the point: a listing without an icon is not a listing, so letting a config omit it would only ever hide the failure.

Constructors

PlayImageSpec(String label, int width, int height)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
final
label String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeDescription String
no setter
width int
final

Methods

accepts(int w, int h) bool
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