ImageBitmapOptions extension type

on
Implemented types

Constructors

ImageBitmapOptions({ImageOrientation imageOrientation, PremultiplyAlpha premultiplyAlpha, ColorSpaceConversion colorSpaceConversion, int resizeWidth, int resizeHeight, ResizeQuality resizeQuality})
factory

Properties

colorSpaceConversion ColorSpaceConversion
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageOrientation ImageOrientation
getter/setter pair
premultiplyAlpha PremultiplyAlpha
getter/setter pair
resizeHeight int
getter/setter pair
resizeQuality ResizeQuality
getter/setter pair
resizeWidth int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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