SvgFontSize class abstract SVG DOM

Constructors

SvgFontSize.absolute(double size)
Create an absolute font size.
factory

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

Constants

inherit → const SvgFontSize
large → const SvgFontSize
larger → const SvgFontSize
medium → const SvgFontSize
small → const SvgFontSize
smaller → const SvgFontSize
x_large → const SvgFontSize
x_small → const SvgFontSize
xx_large → const SvgFontSize
xx_small → const SvgFontSize