ImageInfos class

Constructors

ImageInfos({required Size rawSize, required Size renderedSize, required Size cropRectSize, required double pixelRatio, required bool isRotated})
const

Properties

cropRectSize Size
final
hashCode int
The hash code for this object.
no setterinherited
isRotated bool
final
pixelRatio double
final
rawSize Size
final
renderedSize Size
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Size? rawSize, Size? renderedSize, Size? cropRectSize, double? pixelRatio, bool? isRotated}) ImageInfos
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