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
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