DropShadow class

Annotations

Constructors

DropShadow({required Color color, required double direction, required double distance, required double radius})
const

Properties

color → Color
final
direction → double
final
distance → double
final
hashCode → int
The hash code for this object.
no setteroverride
radius → double
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Color? color, double? direction, double? distance, double? radius}) → DropShadow
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.
override