SvgWidget class abstract
Root class that have all the basic SVG attributes
References
- "SVG intro". https://www.w3schools.com/graphics/svg_intro.asp. Retrieved 2021-03-01.
- "SVG default unit class". https://stackoverflow.com/questions/45439133/what-is-the-default-svg-unit-in-css. Retrieved 2021-03-01.
- "Default background color for svg root element". https://stackoverflow.com/questions/11293026/default-background-color-of-svg-root-element. Retrieved 2021-03-01.
- "Scalable Vector Graphics". https://en.wikipedia.org/wiki/Scalable_Vector_Graphics. Retrieved 2021-03-01.
- "Dart colors". https://pub.dev/packages/color#-readme-tab-. Retrieved 2021-03-01.
- "SVG visibility". https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/visibility. Retrieved 2021-03-01.
Constructors
Properties
- fill ↔ Color?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stroke ↔ Color?
-
getter/setter pair
- strokeDasharray ↔ StrokeDasharray?
-
getter/setter pair
- strokeWidth ↔ StrokeWidth?
-
getter/setter pair
- style ↔ String?
-
getter/setter pair
- transform ↔ String?
-
getter/setter pair
- unit ↔ Unit?
-
getter/setter pair
- visibility ↔ Visibility?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
To string converter
override
-
toXML(
) → String - Convert the Svg structure to XML string
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited