SvgImage class
Constructors
Properties
- contents ↔ String
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- svgHeightReg ↔ RegExp
-
read / write
- svgReg ↔ RegExp
-
read / write
- svgRootReg ↔ RegExp
-
read / write
- svgViewboxReg ↔ RegExp
-
read / write
- svgWidthReg ↔ RegExp
-
read / write
Methods
-
calculate(
) → ImageDimension - Calculate size for svg file
-
getSvgRatio(
Match viewboxMatch) → double -
isSvg(
) → bool - check if is svg file
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited