SvgWidget class Null safety
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?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- stroke ↔ Color?
-
read / write
- strokeDasharray ↔ StrokeDasharray?
-
read / write
- strokeWidth ↔ StrokeWidth?
-
read / write
- style ↔ String?
-
read / write
- transform ↔ String?
-
read / write
- unit ↔ Unit?
-
read / write
- visibility ↔ Visibility?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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