DarwinNotificationAttachmentThumbnailClippingRect class
Represents the clipping rectangle used for the thumbnail image.
Constructors
- DarwinNotificationAttachmentThumbnailClippingRect({required double x, required double y, required double width, required double height})
- 
          Constructs an instance of
DarwinNotificationAttachmentThumbnailClippingRect.
            const
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- height → double
- 
  Height of the rectangle as proportion of the original image.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- width → double
- 
  Width of the rectangle as proportion of the original image.
  final
- x → double
- 
  Horizontal offset of the rectangle as proportion of the original image.
  final
- y → double
- 
  Vertical offset of the rectangle as proportion of the original image.
  final
Methods
- 
  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