DropShadow class

Class Noise Azimuth (range: 0 to 360 ) Elevation (range: 0 - 90 (degrees)) Spread (range 0 - 100)

Inheritance

Constructors

DropShadow({int? azimuth, int? elevation, int? spread})

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

azimuth(int azimuth) DropShadow
elevation(int elevation) DropShadow
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
spread(int spread) DropShadow
toString() String
A string representation of this object.
override

Operators

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