UmbraConfigIN<T extends UmbraConfigIN<T, OUT>, OUT extends UmbraConfigOUT<OUT, T>> mixin

Superclass Constraints
Mixin Applications

Properties

child Widget?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowBlur double?
@varies ~ blur radius of the shadow.
getter/setter pair
shadowColor Color?
@varies ~ color of the shadow.
getter/setter pair
shadowOffset Offset?
@varies ~ offset of the shadow.
getter/setter pair
shadowPosition DecorationPosition?
@varies ~ position of the shadow.
getter/setter pair
shadowSpread double?
@varies ~ spread radius of the shadow.
getter/setter pair

Methods

call() → OUT
inherited
copy(T iN) → T
override
createNew() → T
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(dynamic data, Symbol tag) → T
override
toString() String
A string representation of this object.
inherited

Operators

operator *(double operand) → T
override
operator +(T operand) → T
override
operator -(T operand) → T
override
operator ==(Object other) bool
The equality operator.
inherited