Shadow class

Class Shadow The shadow is offset by the x and y values specified in the $position qualifier.

strength The strength of the shadow. (Range: 0 to 100, Server default: 40) position The position of the shadow. (Server default: bottom right) color The color of the shadow (Server default: gray)

Inheritance

Constructors

Shadow({dynamic strength, Color? color, dynamic offsetX, dynamic offsetY})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

color(Color color) Shadow
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offsetX(dynamic offsetX) Shadow
offsetY(dynamic offsetY) Shadow
strength(dynamic strength) Shadow
toString() String
A string representation of this object.
override

Operators

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