ShadowProperties class

Constructors

ShadowProperties({double? height, Offset offset = const Offset(0, 0), double blurRadius = 4, double spreadRadius = 0, Color? backgroundColor, Color color = const Color.fromRGBO(27, 28, 36, 0.60)})
const

Properties

backgroundColor → Color?
final
blurRadius → double
final
color → Color
final
hashCode → int
The hash code for this object.
no setterinherited
height → double
final
offset → Offset
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
spreadRadius → double
final

Methods

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

Operators

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