AcxShadow class

Constructors

AcxShadow()

Properties

alpha int
getter/setter pair
blurRadius double
getter/setter pair
color Color?
getter/setter pair
darkShadow bool?
getter/setter pair
elevation double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offset Offset?
getter/setter pair
position ShadowPosition?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spreadRadius double
getter/setter pair

Methods

FxShadow({double elevation = 8, double? spreadRadius = 8 * 0.125, double? blurRadius = 16, Offset? offset, ShadowPosition position = ShadowPosition.bottom, int alpha = 0, Color? color, bool darkShadow = false}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited