BoxShadow class

Constructors

BoxShadow({double offsetX = 0, double offsetY = 2, double blurRadius = 4, double spreadRadius = 0, String color = 'rgba(0, 0, 0, 0.1)', ShadowPosition position = ShadowPosition.outer})
const

Properties

blurRadius double
final
color String
final
hashCode int
The hash code for this object.
no setterinherited
offsetX double
final
offsetY double
final
position ShadowPosition
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
toCss() String
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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