Thumbnail class

Create a Thumbnail of an image based on supplied _width,_height and eventually cropTypes and resizeType

Constructors

Thumbnail(int _width, int _height, {ResizeType resizeType = ResizeType.clip, List<CropType> cropTypes = const [CropType.center]})
Thumbnail constructor
const

Properties

cropTypes List<CropType>
Types of cropping to be applied to the image
final
hashCode int
The hash code for this object.
no setterinherited
params Map<String, Object?>
Serialize params
no setter
resizeType ResizeType
Type of resizing to be applied to the image
final
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