DropShadow class
- Annotations
Constructors
- DropShadow({required Color color, required double direction, required double distance, required double radius})
-
const
Properties
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