TextSizeSet class abstract

Abstract class of a set of text font sizes. Use this class if you want to to add another TextSizeSet element.

Implementers

Constructors

TextSizeSet()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s1 double
no setter
s2 double
no setter
s3 double
no setter
s4 double
no setter
s5 double
no setter

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