SubStyle class

Inheritance

Constructors

SubStyle.new({required dynamic initial, String? name, String? fontname, String? fontsize, String? primaryColour, String? secondaryColour, String? tertiaryColour, String? backColour, String? bold, String? italic, String? borderStyle, String? shadow, String? alignment, String? marginL, String? marginR, String? alphaLevel, String? encoding})

Properties

alignment String?
final
alphaLevel String?
final
backColour String?
final
bold String?
final
borderStyle String?
final
encoding String?
final
fontname String?
final
fontsize String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
italic String?
final
marginL String?
final
marginR String?
final
name String?
final
primaryColour String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColour String?
final
shadow String?
final
tertiaryColour String?
final

Methods

export() Entity
override
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