SpWMLParams class

(en) A class for holding common SpWML parameters.

(ja) SpWMLの共通パラメータを保持するためのクラス。

Constructors

SpWMLParams(String text, {MaterialParams? materialParams, ContainerParams? containerParams, int? weight, double? shiftX, double? shiftY, BoxConstraints? constrains, bool isGone = false, bool useMaterial = false})
The SpWMLElement Parameters.

Properties

constrains BoxConstraints?
getter/setter pair
containerParams ContainerParams?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isGone bool
getter/setter pair
materialParams MaterialParams?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shiftX double?
getter/setter pair
shiftY double?
getter/setter pair
text String
getter/setter pair
useMaterial bool
getter/setter pair
weight int?
getter/setter pair

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