Methods
-
createSrcSet(String path, {Map<String, String>? params, int begin = MIN_WIDTH, int end = MAX_WIDTH, int tol = SRCSET_WIDTH_TOLERANCE, bool disableVariableQuality = false, Iterable<int>? targets})
→ String
-
Create a srcset given a
path
and a map of params
.
-
createSrcSetDPR(String path, Map<String, String> params, bool disableVariableQuality)
→ String
-
-
createSrcSetPairs(String path, Map<String, String> params, Iterable<int> targets)
→ String
-
-
createURL(String path, [Map<String, String>? params])
→ String
-
-
isDpr(Map<String, String> params)
→ bool
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited