ThumborUrl class

Constructors

ThumborUrl({required String host, String? key, required String imageUrl})

Properties

hashCode int
The hash code for this object.
no setterinherited
host String
final
imageUrl String
final
key String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

crop(int top, int left, int bottom, int right) → void
filter(List<String> filters) → void
fitIn(FitInStyle style) → void
flipHorizontally() → void
flipVertically() → void
horizontalAlign(HorizontalAlignment align) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resize({int width = 0, int height = 0}) → void
smart() → void
toSafeUrl() String
toString() String
A string representation of this object.
inherited
toUnsafeUrl() String
toUrl() String
trim({TrimOrientation? orientation, int tolerance = 0}) → void
verticalAlign(VerticalAlignment align) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

blur(int radius, int sigma) String
brightness(int amount) String
contrast(int amount) String
equalize() String
fill(int color) String
format(ImageFormat format) String
frame(String imageUrl) String
grayscale() String
noise(int amount) String
noUpscale() String
quality(int amount) String
rgb(int r, int g, int b) String
rotate(int angle) String
roundCorner(int radiusInner, int radiusOuter, int color) String
sharpen(double amount, double radius) String
sharpenLuminacenceOnly(double amount, double radius) String
stripicc() String
watermark(String imageUrl, int x, int y, int transparency) String

Constants

originalSize → const int