ImageSize class
Common image sizes for generation
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Static Methods
-
isLandscape(
String size) → bool - Check if size is landscape
-
isPortrait(
String size) → bool - Check if size is portrait
-
isSquare(
String size) → bool - Check if size is square
-
parseDimensions(
String size) → ImageDimensions? - Parse size string to dimensions
Constants
- landscape1344x768 → const String
- landscape1536x640 → const String
- landscape1792x1024 → const String
- portrait640x1536 → const String
- portrait768x1344 → const String
- portrait1024x1792 → const String
- square256 → const String
- square512 → const String
- square1024 → const String