DropShadow class Null safety

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. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

azimuth(int azimuth) DropShadow
elevation(int elevation) DropShadow
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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